octopus-quick
FeaturedQuick execution for ad-hoc tasks without full workflow overhead — use for small, self-contained requests
AI & Automation 3,887 stars
365 forks Updated today MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Quick Mode - Lightweight Task Execution ⚡
Fast-track execution for small tasks that don't need full Double Diamond workflow overhead.
## When to Use Quick Mode
### ✅ Use Quick Mode For:
**Bug Fixes:**
- One-file bug fixes with known solution
- Typo corrections
- Logic error fixes
- Import/export corrections
**Configuration Changes:**
- Update environment variables
- Modify config files
- Adjust settings
- Update dependencies
**Small Refactorings:**
- Rename variables/functions
- Extract helper functions
- Simplify logic in single file
- Code cleanup
**Documentation:**
- Fix typos in README
- Update comments
- Add/update docstrings
- Clarify documentation
**Dependency Management:**
- Update package versions
- Add new dependency
- Remove unused dependency
### ❌ Don't Use Quick Mode For:
**Complex Work:**
- New features
- Architecture changes
- Multi-file refactorings
- Security-sensitive changes
- Performance optimizations requiring research
- Database schema changes
- API contract changes
**Use full workflows for complex work to ensure quality.**
---
## Execution Flow
Quick mode follows a streamlined process:
```
User Request → Direct Implementation → Atomic Commit → Summary
```
**What Quick Mode SKIPS:**
- ❌ Multi-AI research (probe/discover)
- ❌ Requirements planning (grasp/define)
- ❌ Multi-AI validation (ink/deliver)
- ❌ Plan-checker verification
**What Quick Mode KEEPS:**
- ✅ State tracking (records in state.json)
- ✅ Atomic commits (git commit with des...
Details
- Author
- nyldn
- Repository
- nyldn/claude-octopus
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Web & Frontend Listed
thrunt-quick
Execute a quick task with THRUNT guarantees (atomic commits, state tracking) but skip optional agents
0 Updated today
3dcom2711 Web & Frontend Featured
gsd-quick
Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents
7,258 Updated today
open-gsd AI & Automation Listed
ship-quick
Land a single self-contained change with quality bar.
2 Updated 2 days ago
Acendas