From workbench
Use when a design discussion is ready to be written into a spec document, before any implementation planning. Synthesizes the conversation into a spec, runs a fresh-eyes self-review subagent, and gates on user approval before handing off to writing-plans.
npx claudepluginhub pgoell/pgoell-claude-tools --plugin workbenchThis skill uses the workspace's default tool permissions.
Take a design discussion and synthesize it into a written spec document. Run a fresh-eyes self-review, fix issues inline, gate on user approval, then recommend `workbench:writing-plans` as the next step.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Take a design discussion and synthesize it into a written spec document. Run a fresh-eyes self-review, fix issues inline, gate on user approval, then recommend workbench:writing-plans as the next step.
After a design discussion (typically a workbench:brainstorming session) where the user has approved the design verbally or in scratch notes. The discussion must be far enough along that the spec is a synthesis, not another round of questions.
If the user is still asking questions or exploring approaches, return them to workbench:brainstorming first.
You MUST create a task for each of these items and complete them in order:
spec-document-reviewer-prompt.md.workbench:writing-plans as the next skill.<paths.specs> resolves in order:
.workbench/autopilot.md Specs: heading.CLAUDE.md or AGENTS.md spec-path convention.docs/workbench/specs/ (default).If the resolved value is don't commit, write the spec to /tmp/<project-name>-autopilot/YYYY-MM-DD-<topic>-design.md and skip the commit step. Otherwise write to <paths.specs>/YYYY-MM-DD-<topic>-design.md.
Cover, scaling each section to its complexity:
Use elements-of-style:writing-clearly-and-concisely if available.
Dispatch a general-purpose subagent that has not seen the brainstorming conversation. The subagent reads the spec file and reports against four checks. You apply the findings; no re-review.
Claude Code: Agent tool, general-purpose subagent_type, no model override.
Codex: equivalent general-purpose subagent.
The full reviewer prompt template lives in spec-document-reviewer-prompt.md in this skill's directory; paste it into the dispatch with [SPEC_FILE_PATH] replaced.
The four checks:
After the report comes back, fix any issues inline in the spec document.
"Spec written and committed to
<path>. Please review it and let me know if you want to make any changes before we start writing out the implementation plan."
Wait for the user's response. If they request changes, make them and re-run the self-review subagent. Only proceed to the next step once the user approves.
The terminal action of this skill is recommending workbench:writing-plans. Do not invoke any implementation skill yourself. The spec is the artifact; the plan comes next.
spec-document-reviewer-prompt.md: full reviewer subagent prompt template.