Loading...
Loading...
Found 81 Skills
Breaks down feature requests into sequential, implementable tasks with code changes under 50 lines each. Use when planning new features, refactors, or multi-step changes to ensure logical ordering and no broken intermediate states.
Planning agent that creates implementation plans and handoffs from conversation context
Execute the implementation planning workflow using the plan template to generate design artifacts.
Refine, parallelize, and verify a draft task specification into a fully planned implementation-ready task
Use when you have a spec or requirements for a multi-step task, before touching code
Write technical specifications that give agents enough context to implement features while leaving room for autonomous research and decision-making. Use when planning features, documenting architecture decisions, or creating implementation guides.
Create implementation plan documents with development phases, sequencing, and actionable tasks. Works through 3 phases (structure, approach, generation) following established feature development process. Use when creating plan.md documents from technical specs. Triggers on "create implementation plan", "plan this feature", "sequence the development".
Create a new track with specification and phased implementation plan
在當前會話中執行具有獨立任務的實施計劃時使用
Use when you have specifications or requirements for multi-step tasks before touching code
Use when the user asks to "plan this feature", "plan refactor", "research & plan", "plan auth/API/work", or needs multi-step work with evidence-based planning before coding. Understands → Researches (via Local Search/Research) → Plans → Implement. No guessing; validates with code.
Executes the implementation plan from a specification. Loops through plan phases, delegates tasks to specialists, updates phase status on completion. Supports resuming from partially-completed plans.