supergraph
SolidMeta-orchestrator — dispatches to the right skill for the task. Use before any non-trivial work.
AI & Automation 22 stars
5 forks Updated 6 days ago MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# supergraph
Graph evidence uses `codebase-memory-mcp` scoped by `CBM_PROJECT`. Orientation
loads `get_architecture` aspects `overview`, `layers`, `boundaries`, `clusters`,
and `hotspots`, plus validated `hubs`, `bridges`, and `test-gaps` recipes. If
optional graph evidence is unavailable, label it unavailable and use Serena or
filesystem evidence.
Dispatch to the right skill. 1% rule: if it *might* apply, invoke it.
## Priority
1. User CLAUDE.md / AGENTS.md (highest)
2. This skill set
3. Default system behavior
## Dispatch Table
| User intent | Skill to invoke |
|-------------|----------------|
| "start", "begin", unclear scope | `/supergraph:analyze` |
| "plan", "lên kế hoạch", explicit plan request | `/supergraph:plan` |
| "implement", "build", "execute" (plan saved) | `/supergraph:execute` |
| "fix bug", "debug", "why failing" | `/supergraph:fix` |
| "test", "TDD", "add tests" | `/supergraph:tdd` |
| "refactor", "clean up", "reorganize" | `/supergraph:plan` (then execute) |
| integration/e2e tests, after unit green | `/supergraph:integration` |
| "done?", "verify", before commit/PR | `/supergraph:verify` |
| "review", "merge", "PR", before merge | `/supergraph:review` |
| Need project context | `/supergraph:scan` |
## Adaptive Gate
- **< 20 lines, ≤2 files, no hub/bridge, complexity <10** → use `/supergraph:tdd` directly
- **≤5 files, clear requirement, no cross-boundary** → `/supergraph:plan` with lightweight tasks
- **>5 files, ambiguous, hub/bridge, cross-bound...
Details
- Author
- datit309
- Repository
- datit309/supergraph
- Created
- 4 months ago
- Last Updated
- 6 days ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
plan
Create graph-informed implementation plans before writing code. Use before any non-trivial task. Skip for small changes (≤2 files, <20 lines, no hub/bridge).
22 Updated 6 days ago
datit309 AI & Automation Listed
superadvisor
Router to the best super* skill, persona, or gstack workflow. Use when a task spans domains or no skill owns it.
1 Updated 3 days ago
cskwork AI & Automation Listed
superplan
Multi-agent deep planning workflow: fan out to planner + architect + adversarial reviewer in parallel, synthesize into an approved plan doc. Use before any non-trivial implementation. (Formerly named ultraplan.)
0 Updated today
RubyEyedReaper