/workflow Command banner
VAMFI VAMFI

/workflow Command

Productivity community intermediate

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**:

  1. **Research Phase**

    • Invokes @docs-researcher
    • Applies research-methodology skill
    • Creates ResearchPack
    • Validates score ≥ 80
  2. **Planning Phase**

    • Invokes @implementation-planner
    • Applies planning-methodology skill
    • Creates Implementation Plan
    • Validates score ≥ 85
    • Runs API matcher (no hallucination)
  3. **Implementation Phase**

    • Checks circuit breaker (must be closed)
    • Invokes @code-implementer
    • Executes plan with self-correction
    • Validates tests pass
    • Records circuit breaker state
  4. **Knowledge Capture**

    • Applies pattern-recognition skill
    • Updates knowledge-core.md
    • Records decisions and learnings

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