Skills Reference
RunLogos includes 9 built-in AI Skills — one for each phase of the Spec Chain. Each Skill is a structured set of instructions that tells the AI exactly what to do at that phase: what to read, what questions to ask, and what artifact to produce.
Skills are platform-agnostic: they work with any AI tool that can read project files (Claude, GPT-4, Gemini, local models).
| Skill | Phase | Output |
|---|---|---|
| Requirements Skill | Phase 1 | requirements.md |
| Design Skill | Phase 2 | HTML prototype |
| Scenario Skill | Phase 3 Step 1 | Sequence diagrams |
| API Skill | Phase 3 Step 2 | OpenAPI YAML |
| Schema Skill | Phase 3 Step 2 | DB DDL |
| Test Skill | Phase 3 Step 3 | Test case docs |
| Code Skill | Phase 3 Step 4 | Business + test code |
| Code Reviewer | Phase 3 Step 4 | Review report |
| Change Skill | Post-launch | Delta proposal |
The full Skills reference — including prompts, examples, and usage guides — is maintained at openlogos.ai/skills →