What problem does it solve?
APED-quick helps you complete small, isolated changes (like hotfixes or minor refactors) without running the full A→P→E→D→R pipeline, while still enforcing a disciplined spec-first workflow and explicit user validation.
Core Features & Use Cases
- Fast-track quick specs: Drafts a time-boxed quick spec file in quick-specs, tracks lifecycle (draft → in-progress → done/abandoned), and requires user approval before implementation.
- Compressed TDD loop: Runs a RED → GREEN → REFACTOR cycle for minimal implementation that satisfies acceptance criteria.
- Guardrails and scope checks: Ensures the change fits quick-mode constraints (≤5 files, 1 session, no new dependencies, no new architectural patterns) and prevents bypassing enabled/disabled state.
- Ticket/Git workflow integration: Labels work appropriately via ticket_system and git_provider, and guides PR creation patterns for supported providers.
Quick Start
Tell the APED agent to run aped-quick to make a quick fix by answering what needs to change, why it matters now, and whether it is a fix, feature, or refactor.