What problem does it solve?
This Skill provides a persistent memory layer for AI agents, capturing crucial decisions, constraints, and learnings that span across sessions and tasks.
Core Features & Use Cases
- Capture Decisions: Record architectural choices, API selections, and other critical decisions.
- Enforce Constraints: Document hard constraints like rate limits, API versioning, or platform limitations.
- Store Learnings: Save insights and discoveries made during implementation for future reference.
- Priority Context: Pin vital information that must be injected into every worker prompt.
- Working Memory: Maintain a searchable history of learnings, pruned periodically.
- Manual Notes: Allow users to add their own sticky notes.
Quick Start
Capture the decision that all new endpoints must use the v2 response envelope by running the maestro:note skill with the content "All new endpoints MUST use v2 response envelope ({ data, meta, errors })" and the --priority flag.