develop

Orchestrate parallel software development by mapping approved specs to autonomous workstreams.

Updated Jun 19, 2020
One-click install
npx skills add https://github.com/xixiU/yu_config --skill develop-xixiu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop
Source: https://github.com/xixiU/yu_config/tree/main/claude/skills/sdd-skills/develop
Command: npx skills add https://github.com/xixiU/yu_config --skill develop-xixiu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

orchestrates parallel software development by organizing Agent Teams to allocate work based on approved specs, enabling leaders to assemble teams, distribute tasks, and coordinate independent coding with self-validation across worktrees.

Core Features & Use Cases

  • Orchestrates spec-driven team formation and task distribution for concurrent development.
  • Enforces worktree isolation, automatic self-validation, and progress tracking across batches.
  • Facilitates API dependency propagation and knowledge integration from the knowledge base to the development workflow.

Quick Start

Initialize an approved spec, create the first worktree batch, and assign teammates to coding tasks in isolated worktrees.

Frequently Asked Questions about develop

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

FAQPage Schema
How do I coordinate parallel software development across multiple worktrees?

Parallel software development across worktrees is coordinated by mapping approved specs to autonomous agent teams, enabling leaders to distribute tasks, propagate dependency changes, and track progress through structured batches.

What is the best way to manage spec-driven task distribution for concurrent coding?

Spec-driven task distribution for concurrent coding is managed by gating approved specs into isolated worktrees, assigning teammates to specific interfaces, and enforcing self-validation through per-task tests.

How does self-validation work during parallel development in isolated worktrees?

Self-validation during parallel development works by enforcing per-task interfaces and build validation checks within isolated worktrees, ensuring code meets structural requirements before batches are merged.

Can I propagate API dependency changes across multi-repo setups automatically?

API dependency changes can be propagated across multi-repo setups by orchestrating agent teams to coordinate independent coding streams and integrate knowledge base updates into the workflow.

How do I assemble agent teams for worktree-based parallel coding tasks?

Agent teams for worktree-based parallel coding are assembled by initializing an approved spec, creating the first worktree batch, and assigning teammates to isolated coding tasks with automatic self-validation.

When should I use spec gating for parallel development workflows?

Spec gating should be used for parallel development workflows when you need to enforce strict per-task interfaces, build validation, and knowledge-driven prompts before teammates begin coding in isolated worktrees.