npx skills add manusco/resonanceREADME
Resonance v2.0: The Vibe Coding Operating System
Maintained by www.divisionAI.co š
The Multi-Agent Framework for Autonomous Software Engineering. Turn your LLM into a team of 26 specialized experts. Framework-Driven. References-Backed. Enterprise-Ready.
Resonance is a local-first AI Agent Framework that bridges the gap between generic chatbots and solid engineering. It provides a structured governance layer (file-based memory) and specialized personas (Security, QA, SEO, DevOps) to enforce rigorous TDD, Security Protocols, and Clean Code Standards.
š Quick Start
- Clone the Brain:
git clone https://github.com/manusco/resonance .resonance - Wake Up: Run
@Resonance /init- The system will interview you to set up your project's Soul and Goals.
- Generates:
00_soul.md,docs/prd/00_vision.md,docs/architecture/system_overview.md.
š¦ What's Included
| Component | Count | Description |
|---|---|---|
| Agents | 26 | Specialized roles (SEO, Growth, Security, Mobile, etc.) |
| Skills | 40+ | Codified engineering protocols (GEO, CSP, Property Testing) |
| Workflows | 13 | Scientific slash commands for consistent execution |
| Memory | 3 | Immutable State, Soul (Vision), and Knowledge Base |
šļø Structure
.resonance/ # The Kernel
āāā 00_soul.md # The Constitution (Vision)
āāā 01_state.md # The Roadmap (Active Context)
āāā 02_memory.md # The Audit Log
āāā 03_tools.md # Tool Boundaries
āāā 04_systems.md # Architecture Map
.agent/ # The Capability Matrix
āāā skills/ # 26 Specialized Skills (e.g. resonance-seo, resonance-qa)
ā āāā */references/ # 50+ Protocols (e.g. geo_protocol.md)
āāā workflows/ # 13 Slash Commands (e.g. /plan, /ship)
docs/ # The Team Library (Compound Knowledge)
ā āāā FAQ.md # Common Questions & Troubleshooting
š® Usage
1. The Workflows (Slash Commands)
Trigger specialized behaviors using standard commands.
| Phase | Command | Description |
|---|---|---|
| Inception | /init | Genesis. Bootstrap Soul & Scaffolding (Run Once). |
| Evolution | /plan | The Universal Adapter. Plan Features, Refactors, or Pivots. |
| Execution | /build | TDD Loop. Code -> Test -> Verify. |
/debug | Scientific Method. Root Cause Analysis (RCA). | |
/refactor | The Essentialist. Structural cleanup & simplified complexity. | |
/design | Visual Engine. Generate elite UI components. | |
| Verification | /test | Quality Assurance. E2E, Unit, and Property-Based Testing. |
/audit | Audit. Local Security, Perf, and Lint scan. | |
| Delivery | /ship | Release. Tag, Changelog, Deployment. |
| Maintenance | /system-health | Quantified Self. Check memory & skill integrity. |
/capture | Librarian. Document solved problems to docs/. |
2. The Specialists (Agents)
Address the agent directly to invoke deep expertise.
User: "Activate Security Auditor. Audit this auth flow." System: Loads
resonance-security, checksjwt_hardening.md, enforcing valid encryption.
User: "Activate SEO Specialist. Optimize for Perplexity." System: Loads
resonance-seo, appliescitation_optimization.md.
The Standard
Resonance enforces a strict engineering standard.
- Framework-Driven: We don't guess. We follow
references/*.md. - References-Backed: Every decision cites a protocol.
- Agent-Ready: All knowledge is machine-readable and executable.
Maintained by www.divisionAI.co š