We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A post by @nullvoxpopuli suggested writing agent skills as statecharts.
This repo would benefit from explicit state-based logic charts so each skill flow is inspectable, reviewable, and easier to evolve safely.
stateDiagram-v2
SKILL.md
references/
skills/
Context
A post by @nullvoxpopuli suggested writing agent skills as statecharts.
This repo would benefit from explicit state-based logic charts so each skill flow is inspectable, reviewable, and easier to evolve safely.
Proposal
stateDiagram-v2charts for skill workflows.SKILL.md; move detailed diagrams toreferences/when needed and link back.Acceptance Criteria
skills/includes a state-based flow chart or a direct link to one.Why this helps