This file routes AI agents to the correct skill files.
Agents should not load every skill for every task. Load only what is needed.
| Need | Load |
|---|---|
| Agile delivery | ./skills/agile.md |
| Scrum events | ./skills/scrum.md |
| Architecture | ./skills/architecture.md |
| Clean code | ./skills/clean-code.md |
| Testing | ./skills/testing.md |
| Security | ./skills/security.md |
| Database design | ./skills/database-design.md |
| CI/CD | ./skills/ci-cd.md |
| Documentation | ./skills/documentation.md |
| Code review | ./skills/code-review.md |
| Markdown agent systems | ./skills/markdown-agent-systems.md |
| Self-evolution | ./skills/self-evolution.md |
For each task, state which skills are being applied.
Example:
Applying:
- agile.md
- architecture.md
- testing.md
When a skill file misses something important, create an improvement proposal instead of silently changing standards.
Project-specific techniques belong in ./.ai/project/ unless they are proven reusable across projects.
For reusable skill changes, follow:
./.ai/evolution/evolution-rules.md./.ai/evolution/improvement-proposal-template.mdPowered by TurnKey Linux.