From ac-workflow
Orchestrates spec-driven development by triggering stage agents (CREATE, PLAN, IMPLEMENT, REVIEW, TEST). Manages spec files, AI-section edits, per-stage git commits. Activates on 'spec' keywords or /spec.
npx claudepluginhub waterplanai/agentic-config --plugin ac-workflowThis skill is limited to using the following tools:
/spec STAGE SPEC: STRICTLY FOLLOW ${CLAUDE_PLUGIN_ROOT}/agents/spec/{STAGE}.md using STAGE AND SPEC as the variables
Transforms ideas into structured specifications (requirements, design, tasks) before implementation. Use when building features, fixing bugs, refactoring, or designing systems.
Guides spec-driven development through phases: research, requirements, design, tasks, autonomous task-by-task implementation. Decomposes large epics into ordered specs with progress tracking.
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.
/spec STAGE SPEC: STRICTLY FOLLOW ${CLAUDE_PLUGIN_ROOT}/agents/spec/{STAGE}.md using STAGE AND SPEC as the variables
STAGE=$ARGUMENTS SPEC=$ARGUMENTS / LAST USED SPEC
spec(<NNN>): <STAGE> - <title>When working with external specs storage, read:
${CLAUDE_PLUGIN_ROOT}/scripts/spec-resolver.sh${CLAUDE_PLUGIN_ROOT}/scripts/external-specs.sh${CLAUDE_PLUGIN_ROOT}/scripts/lib/config-loader.sh