phase-3-implementation

Inject Claude Code skills into a feature worktree and launch implementation.

9|3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Pythagora-io/agent-templates --skill phase-3-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-3-implementation
Source: https://github.com/Pythagora-io/agent-templates/tree/main/Developer%20Agent/phase-3-implementation
Command: npx skills add https://github.com/Pythagora-io/agent-templates --skill phase-3-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Phase 3 implementation often requires manual orchestration; this skill automates injecting Claude Code skills, launching Claude Code to implement the feature, and verifying results, reducing manual coordination.

Core Features & Use Cases

  • Inject Claude Code skills into the feature worktree to enable automated implementation.
  • Launch Claude Code to generate, integrate, and verify the feature according to the cross-review plan.
  • Validate results with structured post-implementation checks (typecheck, lint, tests) and prepare for PR creation.

Quick Start

Kick off phase-3 implementation by injecting Claude Code skills into the feature worktree and launching the Claude Code execution to build and verify the feature.

Frequently Asked Questions about phase-3-implementation

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

FAQPage Schema
How do I automate feature implementation in a worktree using Claude Code?

Automated feature implementation injects Claude Code skills into the worktree and launches the execution to build the feature. This eliminates manual orchestration by directly generating and integrating code according to the established plan.

What verification checks run after Claude Code generates a feature?

Post-implementation verification runs structured checks for compilers, lints, and tests. These automated checks validate the generated code quality and ensure the feature implementation is stable before preparing for PR creation.

Do I need to complete Phase 1 and Phase 2 prep before starting Phase 3 implementation?

Yes, Phase 1 and Phase 2 preparation must be complete before starting Phase 3 implementation. The process requires a prepared feature worktree and a cross-review plan to successfully inject skills and execute the build.

What does injecting Claude Code skills into a worktree do?

Injecting Claude Code skills enables automated implementation within the feature worktree. It equips the environment with the necessary context and instructions to generate, integrate, and verify the feature autonomously.

Can I use this automated implementation for worktrees without a cross-review plan?

No, this skill requires a cross-review plan to function correctly. It launches Claude Code to implement the feature according to the established cross-review plan, ensuring the automated build meets the defined specifications.

Why does Phase 3 implementation require skill injection and prompt construction?

Skill injection and prompt construction are mandatory steps that coordinate the automated build. They provide Claude Code with the specific skills and structured instructions needed to execute the feature generation and verification accurately.