quick-dev
FeaturedQuick Task workflow — skip Idea→Proposal, create tasks directly, execute, and verify.
AI & Automation 1,167 stars
105 forks Updated today AGPL-3.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Quick Dev Skill
Skip the full AI-DLC pipeline (Idea → Elaboration → Proposal → Approval) and create tasks directly. Ideal for small, well-understood work. The goal is for agents to **autonomously record their development work and verify task completion** through structured acceptance criteria.
> **Tool namespace:** Chorus tools are exposed by the connected MCP server under a `chorus__` prefix on OpenClaw (e.g. `chorus__chorus_create_tasks`). Bare names are used below for readability — prepend `chorus__` when invoking. See `/chorus` for the full rule.
---
## Overview
The standard AI-DLC flow ensures quality through structured planning, but adds overhead that slows down small tasks. Quick Dev provides a lightweight alternative:
```
check explicit task:admin permission → create/claim → implement → self-check AC → submit → independent task review → verify or hand off
```
**Use Quick Dev when:**
- Bug fixes with clear reproduction steps
- Small features (< 2 story points)
- Post-delivery patches and gap-filling after a proposal's tasks are done
- Prototype or exploratory tasks
- Urgent hotfixes that can't wait for proposal review
**Do NOT use Quick Dev when:**
- The feature needs a PRD or tech design document
- Multiple interdependent tasks require upfront planning
- Stakeholder elaboration is needed to clarify requirements
- The work impacts architecture or shared components significantly
For complex work, use `/idea` + `/proposal` instead.
---
## Pre-Flight: Permiss...
Details
- Author
- Chorus-AIDLC
- Repository
- Chorus-AIDLC/Chorus
- Created
- 7 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- AGPL-3.0
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
quick-dev-chorus
Quick Task workflow — skip Idea→Proposal, create tasks directly, execute, and verify.
1,167 Updated today
Chorus-AIDLC AI & Automation Listed
bmad-quick-dev
Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.
4 Updated 3 weeks ago
mugsun AI & Automation Listed
quick
Quick task execution without a full plan — just do it and commit.
2 Updated today
bravros