ops-feature-dev

Featured

OPS on-demand: This skill should be used when the user asks to "guided feature", "feature-dev", or…

AI & Automation 188 stars 22 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
76
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Agent Teams support If `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1` is set, use **Agent Teams** when feature-dev phases fan out in parallel (e.g. explore + architect, or implement + review). This enables: - Phase agents share findings mid-flight (explore surfaces a constraint → architect adjusts before implementation starts) - You can steer priorities in real time ("finish API contract first, then UI") - Agents report progress as each phase completes **Team setup** (only when the flag is enabled, and only for genuinely parallel phases): ```bash TeamCreate("feature-dev-lifecycle") Agent(team_name="feature-dev-lifecycle", name="phase-explore", ...) Agent(team_name="feature-dev-lifecycle", name="phase-architect", ...) ``` Steer with `SendMessage` / `broadcast`; share work via `TaskCreate`/`TaskUpdate`. If the flag is NOT set, fall back to standard fire-and-forget subagents (the default), or invoke `/feature-dev` inline via the Skill tool. # OPS ► FEATURE DEV Load `ops-rules` before acting. Public repo (no personal data). Outbound: one draft → one approval → one send. If `AskUserQuestion` / `Workflow` are missing, follow Rule 10 in `ops-rules` (Hermes: numbered options / two-turn Telegram card; `delegate_task`). Thin router into the **feature-dev** companion plugin. Do not re-implement its phases here. ## When to use - **Ad-hoc repos** (no `.planning/`): optional structured alternative to jumping straight into `/flow build`. - **Project repos** (`.planning/` present):...

Details

Author
Lifecycle-Innovations-Limited
Repository
Lifecycle-Innovations-Limited/claude-ops
Created
5 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category