wa:dev-feature

Orchestrate child issue development under a feature epic with dependency-ordered batches.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/jeremy-newhouse/eck-e2e-weather-app --skill wa-dev-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wa:dev-feature
Source: https://github.com/jeremy-newhouse/eck-e2e-weather-app/tree/main/.claude/skills/dev-feature
Command: npx skills add https://github.com/jeremy-newhouse/eck-e2e-weather-app --skill wa-dev-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines end-to-end development of all child issues under a feature epic by coordinating dependency-ordered execution, branch setup, quality gates, and reviews so work advances safely and predictably.

Core Features & Use Cases

  • Epic-to-child orchestration: Fetches an epic and all child tracker issues, including dependencies and acceptance criteria.
  • Dependency-ordered batch execution: Builds execution batches (DB/BE/FE ordering, concurrency rules) and dispatches appropriate developer agents per domain.
  • Rigor-driven quality + review workflow: Calibrates behavior for lite/standard/strict, updating gates, running reviews, performing security checks when needed, and optionally running ECK reviewer pass.

Quick Start

Run: /wa:dev-feature WA-123 to develop the entire epic identified by WA-123 using the default development rigor.

Frequently Asked Questions about wa:dev-feature

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

FAQPage Schema
How do I batch develop child issues under a feature epic with dependency ordering?

Batch-developing epic child issues involves orchestrating dependency-ordered batches and branch-based execution. This approach collects specs, dispatches domain-specific developer agents, and applies quality gates to ensure safe, predictable work advancement.

How does epic orchestration handle backend and frontend dependencies during end-to-end development?

Epic orchestration handles dependencies by building execution batches with DB/BE/FE ordering and concurrency rules. It maps domain prefixes to repositories and uses blocked-by dependencies to ensure correct execution sequence.

Can I calibrate code review and security gate strictness for my epic development workflow?

Yes, you can calibrate code review and security gates using lite, standard, or strict rigor modes. Mode calibration dynamically adjusts quality gates, executes reviews, and performs security checks based on your selected strictness level.

What's the best way to manage git branches when developing multiple tracker issues simultaneously?

Managing git branches for multiple issues requires branch-based execution with scope boundaries. This method dispatches developer agents to specific branches while maintaining stage-based synchronization via marker files and statusline updates.

Do I need tracker-driven workflows with acceptance criteria to use epic orchestration?

Yes, epic orchestration requires tracker-driven workflows that map domain prefixes to repos. The system fetches your epic and all child tracker issues, including their dependencies and acceptance criteria, to build accurate execution batches.