manusco/resonance

The Vibe Coding Operating System.

27 stars6 forksUpdated Jan 26, 2026
npx skills add manusco/resonance

README

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.

Resonance AI Framework License Operators Manual

šŸš€ Quick Start

  1. Clone the Brain: git clone https://github.com/manusco/resonance .resonance
  2. 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

ComponentCountDescription
Agents26Specialized roles (SEO, Growth, Security, Mobile, etc.)
Skills40+Codified engineering protocols (GEO, CSP, Property Testing)
Workflows13Scientific slash commands for consistent execution
Memory3Immutable 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.

PhaseCommandDescription
Inception/initGenesis. Bootstrap Soul & Scaffolding (Run Once).
Evolution/planThe Universal Adapter. Plan Features, Refactors, or Pivots.
Execution/buildTDD Loop. Code -> Test -> Verify.
/debugScientific Method. Root Cause Analysis (RCA).
/refactorThe Essentialist. Structural cleanup & simplified complexity.
/designVisual Engine. Generate elite UI components.
Verification/testQuality Assurance. E2E, Unit, and Property-Based Testing.
/auditAudit. Local Security, Perf, and Lint scan.
Delivery/shipRelease. Tag, Changelog, Deployment.
Maintenance/system-healthQuantified Self. Check memory & skill integrity.
/captureLibrarian. 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, checks jwt_hardening.md, enforcing valid encryption.

User: "Activate SEO Specialist. Optimize for Perplexity." System: Loads resonance-seo, applies citation_optimization.md.

The Standard

Resonance enforces a strict engineering standard.

  1. Framework-Driven: We don't guess. We follow references/*.md.
  2. References-Backed: Every decision cites a protocol.
  3. Agent-Ready: All knowledge is machine-readable and executable.

Maintained by www.divisionAI.co šŸš€

Publisher

manuscomanusco

Statistics

Stars27
Forks6
Open Issues0
CreatedDec 6, 2025