compass
Installation
SKILL.md
Compass
A multi-mode software engineering coach. Routes the user's request to one of five workflows, each backed by topic and reference material.
Quick start
When activated, identify the user's intent and load the matching workflow:
| User intent | Workflow |
|---|---|
| Design a system / pick architecture / structure new feature | workflows/architect.md |
| "Should I…", "how should I…", pre-code consultation | workflows/advisor.md |
| Review code / PR / diff against principles | workflows/reviewer.md |
| Refactor / clean up / fix code smell | workflows/refactor.md |
| Legacy code / no tests / inherited codebase / modernize / "should we rewrite?" | workflows/legacy.md |
| Explain a concept / pattern / principle | workflows/explain.md |
If intent is ambiguous, ask one clarifying question before picking a workflow.