plan
Plan Skill
Unified entry point for the complete feature planning workflow. Progressively guides through product requirements, technical specification, and implementation task design. First step in the three-prong development workflow: Plan → Implement → Validate.
Workflow
/skill:plan [feature-name]
↓
Phase 1: PRD (requirements gathering via interview)
↓
Phase 2: Spec (technical architecture with research validation)
↓
Phase 3: Tasks (implementation plan generation)
↓
HANDOFF → /skill:swarm for execution
Usage
More from l3wi/agents-workflow
init
Bootstrap new projects or add the agents-workflow system to existing projects. Use for new project scaffolding (Next.js, Python, Rust) or adding workflow capabilities to any git repository.
1feature
Implement features using worktree-based development with TDD. Use after spec approval to build features in isolated git worktrees with quality gates.
1validate-plan
Validates implemented code against technical specifications, runs comprehensive tests, and ensures alignment before merge. Third prong of the development workflow after planning and orchestration.
1review-codebase
Analyze codebase for optimization and refactoring opportunities. Use for periodic quality checks, identifying tech debt, and planning improvements.
1