implement-spec

Orchestrate a spec-to-PR workflow with worktree isolation and audit trails.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/bacchus-labs/wrangler --skill implement-spec-bacchus-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-spec
Source: https://github.com/bacchus-labs/wrangler/tree/main/.wrangler/memory/knowledge-base/reference-prompts/skills/implement-spec-vOLD
Command: npx skills add https://github.com/bacchus-labs/wrangler --skill implement-spec-bacchus-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of turning a specification document into a GitHub Pull Request, ensuring a complete audit trail and isolated development environment.

Core Features & Use Cases

  • End-to-End Orchestration: Manages the full lifecycle from planning to PR creation.
  • Worktree Isolation: Provides a clean, separate environment for implementation.
  • Audit Trail: Generates a machine-verifiable log of all actions.
  • Use Case: When you have a detailed specification for a new feature, use this skill to automatically break it down into tasks, implement them, test the changes, and create a PR ready for review.

Quick Start

Use the implement-spec skill to implement the specification found in spec-auth-system.md.

Frequently Asked Questions about implement-spec

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate turning a specification document into a GitHub pull request?

You can orchestrate a spec-to-PR workflow by automatically breaking down specifications into actionable tasks, implementing them in isolated Git worktrees, running tests, and publishing a GitHub pull request with a machine-verifiable audit trail.

What is Git worktree isolation for automated feature implementation?

Git worktree isolation provides a clean, separate environment for implementing specification tasks. It ensures that automated changes do not interfere with your primary working directory during the spec-to-PR workflow.

Do I need MCP session tools to automate specification implementation?

Yes, automating specification implementation requires integration with MCP session tools for session tracking and Git for version control. These dependencies manage the orchestration of tasks and maintain the audit trail.

How does a spec-to-PR workflow generate an audit trail?

The spec-to-PR workflow generates a machine-verifiable audit trail by logging all orchestrated actions during task breakdown, implementation, testing, and final GitHub pull request publishing, ensuring full traceability of automated changes.

What's the best way to break down a detailed feature specification into actionable tasks?

The best way to break down a feature specification is through end-to-end orchestration that automatically parses the document into actionable tasks, implements them sequentially, verifies the changes through testing, and packages the result as a review-ready pull request.