What problem does it solve? Turning ambiguous or complex product requests into actionable, dependency-aware implementation plans is slow and error-prone. This Skill structures requirements into prioritized tasks with clear ownership, acceptance criteria, and API contracts so specialist agents can execute in parallel. ## Core Features & Use Cases - Task Decomposition: Breaks feature requests into single-agent tasks with priority tiers, dependencies, complexity estimates, and testable acceptance criteria. - API-First Planning: Defines API contracts and data models before implementation tasks to prevent tight coupling and circular dependencies. - Standards-Aligned Planning: Optionally applies ISO 21500 project structure, ISO 31000 risk framing, and ISO 38500 governance guidance for enterprise deliveries. - Use Case: Given a request like "Build a TODO app with JWT authentication", it produces a JSON plan assigning backend, frontend, and QA tasks with dependencies, saved to .agents/results/plan-{sessionId}.json for orchestrator execution. ## Quick Start Ask the agent to plan and decompose your feature request into prioritized tasks with acceptance criteria and dependencies.