kairos-development
KAIROS development — agent instructions for kairos-dev MCP
Use this skill when an AI agent should run protocols or workflow tests against kairos-dev (the KAIROS MCP in this repo’s dev environment). All instructions assume MCP-only usage: no shell, no filesystem except writing to reports/.
When to use which flow
| Flow | File | Use when |
|---|---|---|
| AI–MCP integration | ai-mcp-integration.md | Agent runs protocols one by one from a real-user perspective: import each protocol from docs/examples/, run it to completion, write one report per protocol under reports/<run-id>/<protocol-folder>/report.md with inline pretty-printed JSON. Tighter scope (no README, one report per protocol). |
| Workflow test | workflow-test.md | Agent runs the four scenarios (imports; search + workflows; update step; update chain). Single summary report at reports/<run-id>/report.md plus per-call JSON under reports/<run-id>/calls/. Use for dev/qa workflow validation. |
- For one-by-one protocol runs (e.g. scripted or “run each example as a user”): use ai-mcp-integration.md.
- For full workflow test (four scenarios, one run): use workflow-test.md.
Related
- Mintable protocol examples:
docs/examples/protocol-example-*.md(do not readdocs/examples/README.mdwhen under ai-mcp-integration constraints). - Test harness and automated import test:
tests/workflow-test/andnpm run dev:ai-mcp-integration/npm run dev:test -- tests/integration/kairos-mint-docs-examples.test.ts. - MCP payload (tools, prompts, resources) is in
src/embed-docs/and served by the server at runtime.
More from debian777/kairos-mcp
kairos
>-
50kairos-install
>-
18kairos-bug-report
>-
13kairos-ai-docs
Find and run the zero-drift minimal template for writing AI instructions via KAIROS. Use when the user invokes /ai-docs or asks to write, generate, or update AI instructions using the zero-drift template.
7kairos-code
Run the KAIROS ELITE AI CODING STANDARDS protocol. Use when the user invokes /code, asks for AI coding rules, or wants code changes to follow the full protocol (feature branch, baseline tests, full suite, deploy to dev, validate, then promote).
7kairos-create-skill
Run the KAIROS protocol for creating a KAIROS skill (Agent Skill with optional references/KAIROS.md or multiple references/KAIROS-{alias}.md protocols). Use when the user wants to create a KAIROS skill, create a skill with a KAIROS protocol, write SKILL.md, or asks about skill structure and Agent Skills format (agentskills.io).
7