ops-feature-dev
FeaturedOPS 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
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
- 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
AI & Automation Featured
ops-merge
OPS on-demand: This skill should be used when the user asks to "merge PRs", "salvage branches", or…
188 Updated today
Lifecycle-Innovations-Limited AI & Automation Listed
feature-dev
Use ONLY when the user explicitly asks to implement, fix, or deliver one selected Feature, Change, or Bug. Drives Issue, Spec/UI/Test, planning, Coding, Review, documentation, and authorized delivery. MUST NOT be used for read-only review, diagnosis or explanation only, ordinary Q&A, Greenfield initialization, or unknown-repository onboarding.
1 Updated 4 days ago
MaoyuanYang AI & Automation Featured
ops-dash
OPS on-demand: This skill should be used when the user asks to "ops dashboard", "pixel HQ", or…
188 Updated today
Lifecycle-Innovations-Limited