technical-implementation

Orchestrate plan-driven implementation workflows with TDD and agent reviews.

27|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/leeovery/claude-technical-workflows --skill technical-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: technical-implementation
Source: https://github.com/leeovery/claude-technical-workflows/tree/main/skills/technical-implementation
Command: npx skills add https://github.com/leeovery/claude-technical-workflows --skill technical-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates end-to-end implementation workflows by orchestrating plan-driven tasks and agent reviews.

Core Features & Use Cases

  • Orchestrates task-loop execution across planning, execution, and review stages.
  • Dispatches executor and reviewer agents per task with strict TDD discipline.
  • Tracks progress, gates decisions, and commits changes to the plan and tracking logs.

Quick Start

To begin, provide your project plan at docs/workflow/planning/{topic}.md and follow the guided steps in the framework.

Frequently Asked Questions about technical-implementation

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

FAQPage Schema
How do I orchestrate plan-driven software engineering workflows with strict TDD?

Plan-driven workflows with strict TDD are orchestrated by dispatching executor and reviewer agents per task, enforcing a strict test-driven development cycle across planning, execution, and review stages.

What is the best way to gate task progression and track implementation progress?

Gated task progression is managed by enforcing review gates between tasks and auditing progress via a dedicated tracking file, applying commit rules to update the plan and tracking logs.

Do I need an explicit plan-frontmatter file to automate my engineering workflow?

Yes, an explicit plan-frontmatter file is required. You provide your project plan at docs/workflow/planning/{topic}.md to initiate the guided end-to-end implementation workflow.

How does agent review work in a TDD workflow loop?

Agent reviews in a TDD workflow loop work by dispatching dedicated reviewer agents after task execution, gating progression based on review outcomes and enforced test discipline before committing changes.

Can I use this orchestration approach for projects without explicit planning documents?

No, this orchestration approach requires projects that use an explicit plan-frontmatter structure to coordinate end-to-end implementation workflows and gate-based reviews effectively.