spec
SolidDispatcher for the canonical decomposed workflow (AGENTS.md § The Workflow) — routes the first token of $ARGUMENTS to one of four subcommands: plan, critique, execute, or retro. Each is pointed at a .oh/tasks/<slug>/ folder (the universal interface) and is the same independently-runnable, fan-out-able node /ship-spec decomposes into. Full per-subcommand procedures live in references/{plan,critique,execute,retro}.md. Authority: AGENTS.md § The Workflow. TRIGGER when: a topic/plan/issue needs to become a buildable task folder, "plan <topic>", "scaffold the task for <issue>" -> plan; a planned .oh/tasks/<slug>/ folder needs adversarial review + a go/no-go decision, "critique <slug>", "vet the plan for <slug>" -> critique; an APPROVED .oh/tasks/<slug>/ folder needs building to a promotable PR, "execute <slug>", "build <slug>" -> execute; a build PASSed audit and its lessons should be captured, "retro the <slug> build", "capture lessons for <slug>" -> retro.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- mifunedev
- Repository
- mifunedev/openharness
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
ship-spec
Compose /prd → wiki alignment + DeepWiki comparison → 2 critics → /ralph → gh issue → branch → draft PR → implementation/eval/wiki revision/CI → ready-for-review PR into a single end-to-end invocation. Produces a fully-scaffolded task, opens a draft PR for observability while work is pending, then marks the PR ready after the implementation, eval, wiki, and CI gates pass. TRIGGER when: asked to scaffold a spec end-to-end, "ship a spec", "set up a task PR", or after planning a feature and ready to formalize.
spec
Write or revise the spec for one piece of work — the mandatory front door. Typed (feat | fix | adjust | refactor | perf | chore | docs). The agent drafts; the user steers the real decisions. Produces docs/specs/<date>_<slug>/spec.md.
feature-spec
Spec-first pipeline: speckit.specify → speckit.plan → speckit.clarify → spec-decompose (swarm) → preflight (default) → autonomy-grant (MAX-AUTH auto-grant default; --gated to review). Produces spec.md + plan.md + tasks.md + a proven preflight + a grant ledger, ready for /feature-implement NNN --autonomous.