ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

project-planning

Transform specifications into dependency-ordered implementation plans with phased tasks and parallel work identification

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-attune-project-planning
Or

Night Market Skill — ported from claude-night-market/attune. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Table of Contents

  • When to Use
  • Integration
  • Planning Phases
  • Phase 1: Architecture Design
  • Phase 2: Task Breakdown
  • Phase 3: Dependency Analysis
  • Phase 4: Sprint Planning
  • Architecture Design Patterns
  • Component Identification
  • Component Template
  • Component: [Name]
  • Task Breakdown Template
  • TASK-[XXX]: [Task Name]
  • Task Estimation Guidelines
  • Dependency Graph
  • Sprint Structure
  • Sprint [N]: [Focus Area]
  • Planned Tasks ([X] story points)
  • Deliverable
  • Risks
  • Dependencies
  • Risk Assessment
  • Output Format
  • Architecture
  • System Overview
  • Component Diagram
  • Components
  • Data Flow
  • Task Breakdown
  • Phase 1: [Name] (Sprint [N]) - TASK-001 through TASK-010
  • Phase 2: [Name] (Sprint [M]) - TASK-011 through TASK-020
  • Dependency Graph
  • Sprint Schedule
  • Risk Assessment
  • Success Metrics
  • Timeline
  • Next Steps
  • Quality Checks
  • Related Skills
  • Related Commands
  • Examples

Project Planning Skill

Transform specification into implementation plan with architecture design and dependency-ordered tasks.

Delegation

For detailed task planning workflows, this skill delegates to spec-kit:task-planning as the canonical implementation. Use this skill for quick planning needs; use spec-kit for comprehensive project plans.

When To Use

  • After specification phase completes
  • Need to design system architecture
  • Need task breakdown for implementation
  • Planning sprints and resource allocation
  • Converting requirements into actionable tasks
  • Defining component interfaces and dependencies

When NOT To Use

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-attune-project-planning": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.