Technical Workflow System
A structured pipeline for turning ideas into verified production code.
Five work types — Feature, Bugfix, Quick-fix, Epic, and Cross-cutting —
each follow their own pipeline through phases of exploration, decisions,
and validated specifications. Features, bugfixes, and epics continue through
implementation planning, test-driven development, and final review.
Quick-fixes use rapid scoping (spec + plan in one pass) before implementation.
Cross-cutting concerns are terminal at specification.
Run /workflow-start to see all active work, or /start-feature, /start-bugfix, /start-quickfix, /start-epic, /start-cross-cutting to begin.
Layer 1 — Unified Entry
/workflow-start
Discover all active work, route to start or continue
Layer 2 — Work-type Entry
/start-feature
New feature
/start-quickfix
New quick-fix
/start-cross-cutting
New cross-cutting concern
Layer 3–4 — Phase Pipeline
Quick-fix
Scoping
spec + plan in one pass
Convergence — Feature / Bugfix / Quick-fix / Epic
S
Specification
Build validated specifications — filter hallucinations, enrich gaps
skillworkflow-specification-process
P
Planning
Transform specs into phased plans with tasks and acceptance criteria
skillworkflow-planning-process
I
Implementation
Execute plan via agent-based TDD — executor and reviewer per task
skillworkflow-implementation-process
R
Review
Verify implementation against plan using parallel verification agents
skillworkflow-review-process