/workflow Command
Description
Execute complete Research → Plan → Implement workflow using chief-architect orchestration.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for VAMFI/claude-user-memory, shared by 5 entries
in this directory. It describes the repository, not this entry specifically.
name: workflow description: Complete Research → Plan → Implement workflow in one command. Invokes chief-architect to orchestrate all phases with quality gates and self-correction.
/workflow Command
Execute complete Research → Plan → Implement workflow using chief-architect orchestration.
Usage
/workflow
What This Does
**Complete automation of all three phases**:
**Research Phase**
- Invokes
@docs-researcher - Applies
research-methodologyskill - Creates ResearchPack
- Validates score ≥ 80
- Invokes
**Planning Phase**
- Invokes
@implementation-planner - Applies
planning-methodologyskill - Creates Implementation Plan
- Validates score ≥ 85
- Runs API matcher (no hallucination)
- Invokes
**Implementation Phase**
- Checks circuit breaker (must be closed)
- Invokes
@code-implementer - Executes plan with self-correction
- Validates tests pass
- Records circuit breaker state
**Knowledge Capture**
- Applies
pattern-recognitionskill - Updates knowledge-core.md
- Records decisions and learnings
- Applies
Examples
/workflow Add Redis caching to product service with TTL
/workflow Implement JWT authentication middleware
/workflow Create user profile page with avatar upload
/workflow Add Stripe payment integration with webhooks
/workflow Migrate database from SQLite to PostgreSQL
Output
You'll receive a **complete project report**:
📈 Project Summary
- Goal: [Your request]
- Outcome: [What was delivered]
- Duration: [Actual time]
- Agents Used: researcher, planner, implementer
🛠️ Phase Results
**Research**:
- Library/API researched
- Version detected
- APIs documented (count)
- ResearchPack score
**Planning**:
- Files to change (count)
- Implementation steps (count)
- Risks identified (count)
- Plan score
**Implementation**:
- Files created/modified
- Tests passing/failing
- Self-corrections made (if any)
- Circuit breaker state
📚 Artifacts Created
- ResearchPack.md
- ImplementationPlan.md
- Code files (list)
- Test files (list)
🧠 Knowledge Captured
- Patterns identified
- Decisions recorded
- Suggestions for knowledge-core.md
Quality Gates (Automatic)
At each phase transition:
**Research → Planning**:
- ✅ ResearchPack score ≥ 80
- ✅ Library version identified
- ✅ Minimum 3 APIs documented
- ✅ Code examples present
- ⛔ If fail: Blocks planning, requests fixes
**Planning → Implementation**:
- ✅ Plan score ≥ 85
- ✅ APIs match ResearchPack exactly
- ✅ Rollback plan present
- ✅ Risk assessment complete
- ⛔ If fail: Blocks implementation, requests fixes
**Implementation → Completion**:
- ✅ Circuit breaker closed
- ✅ All tests passing
- ✅ Build successful
- ⛔ If fail: Up to 3 self-corrections, then block
Advantages Over Manual Steps
**Manual** (3 commands):
/research [topic]
# wait, review
/plan [feature]
# wait, review
/implement
# wait, review
**Automatic** (1 command):
/workflow [feature]
# or
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity