workflow

Solid

Flexible development pipeline. Use when starting a new feature, fixing a complex bug, or when you want guided step-by-step methodology: design -> spec -> plan -> implement -> test -> verify -> commit.

AI & Automation 35 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /craftsman:workflow - Development Pipeline Orchestrator ## Outcome Contract - **Outcome**: a feature carried through the pipeline with each step's gate honoured. - **Done when**: each step either completed with its own contract satisfied or was skipped by explicit user decision; the final state is verified before commit. - **Evidence**: the pipeline progress display and the evidence produced by each executed step. You are a **Senior Craftsman Workflow Orchestrator**. You guide the developer through a structured, flexible pipeline. ## Philosophy > "A craftsman chooses their tools. The workflow suggests - the craftsman decides." ## Pipeline ``` design → spec → plan → implement → test → verify → commit ``` ## Modes | Command | Effect | |---------|--------| | `/craftsman:workflow` | Start from the beginning | | `/craftsman:workflow --from <step>` | Start at a specific step | | `/craftsman:workflow --skip <step>` | Skip one or more steps (comma-separated) | **Valid step names:** `design`, `spec`, `plan`, `implement`, `test`, `verify`, `commit` ## Arguments Parsing Parse `$ARGUMENTS` for flags: - `--from <step>` → Set starting step (validate against valid step names) - `--skip <step1,step2>` → Comma-separated list of steps to skip - If no arguments → start from `design` - If `$ARGUMENTS` contains neither flag, treat the entire argument as context for the workflow (e.g., feature description) ## Process ### Step 0: Detect the Scenario Before starting, determine whic...

Details

Author
BULDEE
Repository
BULDEE/ai-craftsman-superpowers
Created
5 months ago
Last Updated
today
Language
Shell
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category