From wicked-garden
Routes prompts to the correct work-shape archetype (triage, explore, specify, decide, ship, review, incident, build, migrate, modernize) and executes its phase shape from the plugin's archetype playbooks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wicked-garden:archetypeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
v11 entry point for **work-shape archetypes**. Each archetype is a complete
v11 entry point for work-shape archetypes. Each archetype is a complete unit with its own phase shape, produces, HITL discipline, and cost band. There is no universal pipeline.
Invoke when:
<wg archetype="X"> or <wg archetypes> system-reminder tag appears
(emitted by the v11 prompt hook).triage to a real archetype after classifying the
work.Do not use this skill for:
simple-edit intent.| Archetype | Phases | Produces | HITL |
|---|---|---|---|
| triage | classify | routing decision | none |
| explore | frame → diverge → converge | option set / hypothesis | continuous |
| specify | elicit → structure → validate | SMART acceptance criteria | discrete:validate |
| decide | brief → options → score → record | ADR / decision artifact | discrete:select |
| ship | canary → ramp → full → soak | rollout verdict / SLO snapshot | discrete:ramp |
| review | scope → assess → findings → remediate-or-accept | verdict / remediation list | hard:final-verdict |
| incident | triage → investigate → mitigate → resolve → followup | mitigation / RCA / followup | hard:mitigate |
| build | plan → implement → test → review | shipped code / test report | discrete:review |
| migrate | plan → expand → backfill → cutover → contract | shape change / rollback proof | hard:cutover |
| modernize | discover → extract → blueprint → transform → parity → cutover | modernization blueprint / parity proof | hard:cutover |
<wg archetype> tag in the system
reminder OR ask the user which archetype they want when ambiguous.refs/{archetype}.md for the phase-by-phase
playbook, the produces contract, and the HITL discipline.hard:*, stop and
ask the user before proceeding. discrete:* gates may auto-pass when
the produces contract is met. none and continuous carry no gate.<wg archetypes>
with two co-firing matches (e.g. build + migrate for a schema-change
feature), run them in dependency order: migrate shape work first, then
build integration work. The dependency graph lives in each archetype's
next_archetypes field in the catalog..claude-plugin/archetypes.json is canonical. The detector lives at
scripts/crew/archetypes_v11.py. The CLI shim:
sh "${CLAUDE_PLUGIN_ROOT}/scripts/_python.sh" \
"${CLAUDE_PLUGIN_ROOT}/scripts/crew/archetypes_v11.py" \
detect --prompt "<text>" --signals '{"production_impact": true}' --steering
refs/triage.md — entry classificationrefs/explore.md — diverge/converge for open problemsrefs/specify.md — elicit + structure + validate ACsrefs/decide.md — ADR-shaped option scoringrefs/ship.md — canary/ramp rolloutrefs/review.md — independent assessment with verdictrefs/incident.md — live-fire responserefs/build.md — plan/implement/test/review (the common case)refs/migrate.md — expand/backfill/cutover/contract (in-place shape change)refs/modernize.md — discover/extract/blueprint/transform/parity/cutover (legacy→new-stack port)code-repo, docs-only,
config-infra, etc.). Those classify what is being changed; v11
classifies what shape of work is happening. Both stay; they answer
different questions.minimal | standard | full). v11 obsoletes
the rigor-tier dial: each archetype owns its own cost band and HITL.npx claudepluginhub mikeparcewski/wicked-garden --plugin wicked-gardenProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.