One-click install
npx skills add https://github.com/darkquasar/patronus --skill team-implement-darkquasar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-implement
Source: https://github.com/darkquasar/patronus/tree/main/claude/skills/team-implement
Command: npx skills add https://github.com/darkquasar/patronus --skill team-implement-darkquasar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a spec-driven team implementation workflow, turning research specs into a managed collaboration that spawns dedicated teammates and coordinates their work, reducing manual project setup overhead.

Core Features & Use Cases

  • Spec-driven team formation: derives clear boundaries from tasks.md/plan.md, assigns them to teammates, and ensures separable file ownership.
  • Phase-driven execution: enforces CLAUDE.md workflows to deliver a completed implementation from identification through provenance.
  • Use Case: given a feature spec and plan, it guides the process from scoping to done, including provenance tracking.

Quick Start

Provide your research domain path and let the Team Lead set up the cooperative workflow.

Frequently Asked Questions about team-implement

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

FAQPage Schema
How do I coordinate parallel feature implementation from a spec with multiple teammates?

To coordinate parallel feature implementation from a spec, this Skill derives clear boundaries from your tasks.md and assigns them to up to five teammates. It ensures separable file ownership and guides Phase 0 through Phase 6 from discovery to merge.

How does spec-driven team workflow automation handle isolated git worktrees?

Spec-driven team workflow automation creates isolated git worktrees for each spawned teammate to ensure parallel work does not conflict. It tracks progress via TaskList and enforces an approved tasks.md to maintain structured development boundaries.

Do I need a research domain path and plan.md to start spec-driven team implementation?

Yes, you need a research domain path containing your feature spec and an approved plan.md to start spec-driven team implementation. The Team Lead uses these inputs to scope the work, assign tasks, and enforce separable file ownership across teammates.

What is the maximum number of teammates supported for coordinated project management?

The maximum number of teammates supported for coordinated project management is five. The Skill spawns these teammates to execute feature work across multi-domain research domains, creating isolated worktrees for each to ensure parallel implementation without file conflicts.

What provenance tracking is generated when a spec-driven team implementation finishes?

When a spec-driven team implementation finishes, it generates a provenance index documenting the completed feature work. This index is written upon completion of Phase 6, providing a tracked record of the cooperative workflow from initial discovery to merge.

Can I use spec-driven team coordination without an approved tasks.md file?

No, you cannot use spec-driven team coordination without an approved tasks.md file. The workflow explicitly enforces the tasks.md to derive clear boundaries, assign work to teammates, and guide the phase-driven execution from discovery through provenance.