Implementation Stage Skill
openbooklet.com/s/implementation-stage-skillopenbooklet.com/s/implementation-stage-skill@1.0.0GET /api/v1/skills/implementation-stage-skillImplement an approved plan using a TDD loop with TaskManagement-based progress tracking. Reads Implementation Steps and TDD Test Plan from the plan file. Dispatches the implementer agent step-by-step, runs mapped tests after each step.
Run the full bug fix pipeline end-to-end. Chains individual stage skills in the order defined by `bugfix_pipeline` in `~/.vcp/dev-buddy.json`. All phases append to a single plan file.
Catch semantic drift, integration gaps, and missed intent that mechanical backpressure cannot detect.
Dev Buddy web configuration portal for managing presets and pipeline config
Create a custom system prompt for dev-buddy executors. Guides user through defining name, description, tools, and prompt content. Saves to ~/.vcp/system-prompts/.
Run a single task using a specific AI provider and model. Supports subscription, API, and CLI presets.
Create granular implementation plan from requirements in the plan file. Reads Requirements + TDD Test Plan sections, dispatches planners, appends Implementation Steps to plan file.
Root cause analysis for bugs. Dispatches RCA executors in parallel, consolidates findings, and appends RCA Diagnosis to the plan file.
Gather requirements with TDD test plans, pessimistic impact analysis, and risk registry. Appends Requirements, TDD Test Plan, and Risk Registry sections to the plan file.
Run a named pipeline end-to-end. Usage /dev-buddy-run <pipeline-name>. Chains stage skills in the order defined by the pipeline config. Uses single plan file and TaskManagement for progress tracking.
Run the full feature development pipeline end-to-end. All phases append to a single plan file. Uses TaskManagement for progress tracking across context compactions.
Create a custom MCP tool for the documentation manifest. Guides the user through defining the tool's purpose, generating an action script with embedded data, computing the hash, and adding it to the manifest.
Generate AI-written documentation for a specific directory or all undocumented directories. Creates structured READMEs optimized for both human and AI consumption, and updates the manifest.
Initialize documentation manifest for git-doc-mcp. Scans the project for documentation files (*.md, READMEs, ADRs, etc.), creates .mcp/manifest.yml with resource entries and search tools, and configures .mcp.json for the git-doc-mcp MCP server. Run this once when setting up project documentation.
Scan project and report documentation coverage. Finds undocumented directories, stale manifest entries, and prioritized recommendations.
Sync the git-doc-mcp manifest with current project state. Adds new docs not yet indexed, removes stale entries, refreshes descriptions and search index, and regenerates tool actions.
Fan out a topic to ALL configured AIs + Claude simultaneously, synthesize the best approach, iterate until consensus.
Validates unit plans before entering the build phase. Runs each unit's first backpressure command against HEAD. A passing test (exit 0) means the feature may already exist and the unit plan is stale â the plan should be re-decomposed.
Review a plan or code implementation. Dispatches reviewers, aggregates results, and appends Review Record to the plan file. Owns the reviewârepairâre-review loop.
Validate the feature works from a user's perspective. Pessimistic â assume everything is broken.
Run a comprehensive audit against all applicable VCP standards. Supports full audit, compliance-specific audit, and quick release readiness check.
Auto-indexed from Z-M-Huang/vcp
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.