plugins/ruflo-daa/docs/adrs/0001-daa-contract.md
ruflo-daa (v0.1.0) wraps 8 daa_* MCP tools at v3/@claude-flow/cli/src/mcp-tools/daa-tools.ts:90, 161, 223, 271, 322, 388, 444, 512:
| Tool | Purpose |
|---|---|
daa_agent_create | Initialize an adaptive agent |
daa_agent_adapt | Trigger manual adaptation from feedback |
daa_workflow_create | Define a cognitive workflow |
daa_workflow_execute | Run a cognitive workflow |
daa_knowledge_share | Propagate learnings across agents |
daa_learning_status | Adaptation progress metrics |
daa_cognitive_pattern | Define a reasoning pattern |
daa_performance_metrics | Efficiency / accuracy stats |
All 8 are correctly referenced across the agent + 2 skills + 1 command. What's missing is the standard contract.
daa-patterns; defers to ruflo-agentdb ADR-0001), 8-tool surface table, intelligence-pipeline alignment note (DAA cognitive patterns feed the JUDGE phase per ruflo-intelligence ADR-0001), Verification + Architecture Decisions sections.0.1.0 → 0.2.0. Keywords add cognitive-patterns, workflows, mcp.scripts/smoke.sh — 10 structural checks: version + keywords; all 8 daa_* tools referenced; both skills + 1 command + 1 agent present with valid frontmatter; v3.6 pin; namespace coordination; intelligence-pipeline cross-reference; ADR Proposed; no wildcard tools.Positive: plugin joins the cadence. DAA cognitive patterns now have an explicit cross-link to the 4-step intelligence pipeline.
Negative: none material — plugin behavior unchanged.
bash plugins/ruflo-daa/scripts/smoke.sh
# Expected: "10 passed, 0 failed"
plugins/ruflo-agentdb/docs/adrs/0001-agentdb-optimization.md — namespace conventionplugins/ruflo-intelligence/docs/adrs/0001-intelligence-surface-completeness.md — 4-step pipeline DAA feedsplugins/ruflo-ruvector/docs/adrs/0001-pin-ruvector-0.2.25.mdv3/@claude-flow/cli/src/mcp-tools/daa-tools.ts — 8 daa_* tools