Decision
A filesystem-first, runtime-neutral operating system for agent-assisted work.
npx -y skills add aylee/agent-os --skill decisionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Record a durable decision with context, options, rationale, consequences, and a future review trigger. Use when the user asks to document a choice that has actually been made; do not trigger for an unresolved question.
SKILL.md
1.2 KB, 183 tokens by cl100k_base, as published. Nobody here has run it
Decision
- Read the owner binder, active workstream, related artifacts, and
library/templates/decision.md. - Distinguish a real decision from an unresolved question. If the decision has not been made, capture it in the workstream instead of fabricating an outcome.
- Record context, decision, considered alternatives, rationale, consequences, reversibility, owner, and revisit trigger.
- Store project-specific decisions in the binder. Store truly cross-project, durable decisions in
memory/decisions/. Link rather than duplicate. - Link the decision from the workstream artifact index when it affects active work. Do not create a receipt for the decision document.
If linking the artifact changes the workstream, follow the state protocol and create a receipt only for that workstream revision transition.
Use the date of the actual decision. Separate evidence from inference and do not retrofit certainty.
What ships with it: 2 files
546 B alongside SKILL.md
agents/
- agent-os.yaml304 B
- openai.yaml242 B