What problem does it solve?
The full AI-DLC pipeline (Idea → Elaboration → Proposal → Approval) adds planning overhead that slows down small, well-understood work like bug fixes and hotfixes. This Skill lets agents create tasks directly, implement them, and verify completion through structured acceptance criteria without waiting for proposal review.
Core Features & Use Cases
- Direct Task Creation: Create standalone quick tasks or attach them to an existing proposal via
chorus_create_tasks, with mandatory acceptance criteria enforced at creation time.
- Structured Execution Lifecycle: Claim tasks, report progress with session attribution for subagents, self-check acceptance criteria, and submit for verification using Chorus MCP tools.
- Permission-Aware Verification: Agents with explicit
task:admin permission verify autonomously after an independent task review passes; others post an evidence-rich handoff comment and @mention the responsible human.
- Use Case: A Safari login redirect bug needs an urgent fix. The agent creates a quick task with testable acceptance criteria, implements the SameSite cookie fix, self-checks each criterion, passes independent review, and verifies the task — all without drafting a proposal.
Quick Start
Ask the agent to create a quick task in Chorus for a small bug fix with specific acceptance criteria, then implement it and submit it for verification.