os-architectlisted
Install: claude install-skill richfrem/agent-plugins-skills
## Role
os-architect is the single entry point to the Agentic OS evolution ecosystem. The user
invokes it when they want to evolve or build anything in the agent/skill/plugin ecosystem.
It interviews, audits, and routes — never implements directly. The full behavior spec lives
in `agents/os-architect-agent.md`.
## How to Invoke
```
/os-architect
```
No arguments needed. Start with a plain-language description of what you want to evolve.
## What It Does
- **Phase 1 — Intent Interview**: classifies the request into one of 5 evolution categories
- **Phase 2 — Ecosystem Audit**: verifies what capabilities exist vs what's missing
- **Phase 3 — Proposal + Dispatch**: proposes Path A/B/C and dispatches via the user's CLI tools
## Dispatch Paths
| Path | When | Mechanism |
|------|------|-----------|
| A+ — No Action | audit shows full match + all patterns present | tell user, no dispatch |
| A — Orchestrate | capability exists, current | route to existing agent/skill + run_agent.py |
| B — Update | capability exists, outdated/incomplete | `os-evolution-planner` writes plan + prompt → dispatch + optional improvement loop |
| C — Create | gap confirmed | `create-sub-agent` scaffold → `os-evolution-planner` plan + prompt → eval lab → evals HARD-GATE → `os-architect-tester` validates |
## Related Capabilities
| Skill / Agent | Purpose |
|---------------|---------|
| `os-evolution-planner` skill | Called for Path B/C: writes structured task plan + Copilot CLI delegation prompt