Nine integrated slash commands for complete project lifecycle: /explore-idea, /plan-project, /plan-feature, /wrap-session, /continue-session, /workflow, /release, /brief, /reflect. Use when starting projects, managing sessions across context windows, capturing learnings, or preparing releases. Saves 35-55 minutes per lifecycle.
View on GitHubSelect agents to install to:
npx add-skill https://github.com/jezweb/claude-skills/blob/main/skills/project-workflow/SKILL.md -a claude-code --skill project-workflowInstallation paths:
.claude/skills/project-workflow/# Project Workflow Skill 9 integrated slash commands for complete project lifecycle automation: idea validation → planning → execution → session management → context preservation → release. **Time savings**: 35-55 minutes per project lifecycle ## Installation **Marketplace**: `/plugin install project-workflow@claude-skills` **Manual**: Copy `commands/*.md` to `~/.claude/commands/` ## The 7 Commands ### 1. `/explore-idea` - Pre-Planning Exploration **Use when**: Rough idea that needs tech stack validation, scope management, or research before planning. **Creates**: PROJECT_BRIEF.md with validated decisions → hands off to /plan-project **Time savings**: 10-15 min --- ### 2. `/plan-project` - Generate Project Planning Docs **Use when**: Starting new project with clear requirements, or after /explore-idea. **Creates**: IMPLEMENTATION_PHASES.md, SESSION.md, DATABASE_SCHEMA.md (if needed), API_ENDPOINTS.md (if needed), ARCHITECTURE.md **Invokes**: project-planning skill **Time savings**: 5-7 min --- ### 3. `/plan-feature` - Add Features to Existing Projects **Use when**: Adding feature to existing project with SESSION.md + IMPLEMENTATION_PHASES.md. **Does**: Generates new phases via project-planning skill, integrates into IMPLEMENTATION_PHASES.md with renumbering, updates SESSION.md. **Time savings**: 7-10 min --- ### 4. `/wrap-session` - End-of-Session Checkpoint **Use when**: Context full (>150k tokens), end of work session, or before task switch. **Does**: Task agent analyzes session → updates SESSION.md (progress, Next Action, blockers) → git checkpoint commit → formatted handoff summary. **Time savings**: 2-3 min --- ### 5. `/continue-session` - Start-of-Session Context Loading **Use when**: Starting new session or after /wrap-session checkpoint. **Does**: Explore agent loads SESSION.md + planning docs → shows git history + session summary (phase, progress, Next Action, blockers) → optionally opens file → asks permission to continue. **