create-plan
Create Plan Artifact
Generate .gw/{branch-name}/plan.md — the single source of truth for autonomous execution.
A new Claude session MUST be able to execute from this plan alone without the original conversation.
Prerequisites
Before invoking this skill:
- Phase 0 (Validation) must be complete — requirements confirmed with user
- Phase 1 (Planning) must be complete — codebase analyzed, decisions made
- Confidence gate should have passed (90%+ on plan mode)
- A worktree must exist — plan.md is created INSIDE the worktree, never on main
More from mthines/gw-tools
autonomous-workflow
>
34gw-config-management
>
28git-worktree-workflows
>
22@gw-config-management
>
17@gw-git-worktree-workflows
Master Git worktrees and gw-tools workflows for parallel development. Use this skill when creating worktrees, managing multiple branches simultaneously, navigating between worktrees, troubleshooting worktree issues, or setting up feature branch workflows. Triggers on tasks involving git worktree commands, branch isolation, parallel development, or gw CLI usage.
17@gw-autonomous-workflow
Autonomous feature development workflow using isolated worktrees. Use this skill to autonomously implement features from task description through tested PR delivery. Handles worktree creation, implementation, testing, iteration, documentation, and PR creation. Triggers on requests for autonomous feature development, end-to-end implementation, or "implement X feature autonomously.
15