dev

Coordinate parallel development tasks with deterministic backend routing and 90% test coverage.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/wukangcheng2944/claude-skills --skill dev-wukangcheng2944
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/wukangcheng2944/claude-skills/tree/main/dev
Command: npx skills add https://github.com/wukangcheng2944/claude-skills --skill dev-wukangcheng2944

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines end-to-end development by coordinating lightweight requirement clarification, intelligent backend selection, parallel codeagent execution, and mandatory 90% test coverage.

Core Features & Use Cases

  • Requirement clarification: Structured questions drive precise scope and acceptance criteria before implementation.
  • Backend orchestration: Automatically select appropriate backends with deterministic routing and fallback logic.
  • Parallel task execution: Breaks work into 2-5 independent tasks executed in parallel for speed.
  • Quality gate: Enforces ≥90% test coverage and clean dependency management across tasks.

Quick Start

Run the dev workflow orchestrator to start a lightweight end-to-end development process with minimal input.

Frequently Asked Questions about dev

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

FAQPage Schema
How do I automate parallel task execution in a development workflow?

Parallel task execution is automated by breaking work into 2-5 independent tasks. The workflow orchestrator executes these tasks concurrently using codeagent-wrapper, applying deterministic routing and cross-backend fallbacks to ensure resilient development.

What's the best way to orchestrate backend selection during code generation?

Backend selection is orchestrated automatically using deterministic routing logic. The workflow selects appropriate backends for your tasks and includes fallback mechanisms to maintain execution resilience if a primary backend fails.

How does requirement clarification work before starting parallel development?

Requirement clarification uses structured questions via AskUserQuestion to define precise scope and acceptance criteria. This ensures the development workflow has exact requirements before initiating any backend selection or parallel task execution.

Can I enforce test coverage standards within an automated development workflow?

Test coverage standards are enforced through a mandatory quality gate. The workflow requires a minimum of 90% test coverage and clean dependency management across all parallel tasks before execution completes.

Does parallel development orchestration work without external dependencies?

Parallel development orchestration operates fully self-contained without external dependencies. It relies on internal components like codeagent-wrapper, AskUserQuestion, and TodoWrite for planning, analysis, and execution governance.

Why use a lightweight workflow orchestrator for multi-task development?

A lightweight workflow orchestrator streamlines end-to-end development by unifying requirement clarification, backend selection, and parallel execution. It scales efficiently to 2-5 independent tasks while maintaining rigorous test coverage standards.