feature-implementation-planner
Planning Workflow
Follow this sequence unless the user asks for a shorter output:
- Define feature worktree + branch plan using
Feature Worktree Policy. - Clarify objective and constraints.
- Discover relevant system context from repository docs and code.
- Select planning mode using
Practical Default Mode Selection. - Define scope boundaries (in-scope, out-of-scope, assumptions).
- Generate one primary implementation approach and optional alternatives.
- Convert the selected approach into an agent-executable plan with right-sized tasks.
- Present plan status as
Awaiting Confirmation, including the task list and commit strategy. - Wait for explicit user confirmation before execution (worktree creation, code edits, tests, or commits).
Feature Worktree Policy
More from ghou533/agent-skills
worktree-parallel
Create and manage a git worktree for parallel feature development, then open the new worktree in the editor (code/Cursor) for a second Codex session. Use when the user asks to work on another feature simultaneously, run multiple features in parallel, spin up a parallel workspace, or open a new worktree even if they do not mention worktree explicitly.
15vite
Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.
14tailwind-design-system
Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.
14chrome-devtools
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests.
13