Reactive SDLC coordinator taking software changes from intake to final context sync, implementing the JS Mastery Engineering Workflow (https://jsmastery.com/skills).
npx skills add Reactive-Skills/skills --skill jsm-workflownpx -y @reactive-skills/axi invoke jsm-workflow16
Hierarchical nodes
INIT
Bootstrap entrypoint
0
Whitelisted for safety
0
Automated projections
Visual state machine topology parsed directly from the official STATECHART.md in Reactive-Skills/skills:
Each state is an isolated operational slice. Transitions occur only when typed signals satisfy programmatic guard conditions.
Verify reactive runtime before any lifecycle work.
Outgoing Transitions
Owns every nonterminal SDLC phase and handles lifecycle-wide decision reopening.
Outgoing Transitions
Capture the work request, repo state, and completion target.
Outgoing Transitions
Convert the request into ordered work with acceptance seeds.
Outgoing Transitions
Settle load bearing design decisions before implementation.
Outgoing Transitions
Ensure durable project context exists and matches the work area.
Outgoing Transitions
Implement the scoped and designed change.
Outgoing Transitions
Prove behavior in the real product or service.
Outgoing Transitions
Write or update tests for durable behavior.
Outgoing Transitions
Reproduce failures, prove the root cause, apply the smallest fix, and verify it.
Outgoing Transitions
Review the diff for defects, risks, and missed requirements.
Outgoing Transitions
Write human facing change prose from evidence.
Outgoing Transitions
Reconcile durable context, scope status, and decision status from repo evidence.
Outgoing Transitions
Summarize outcome and next action.
Runtime setup failed or execution became unsafe.
Bypass detected because execution moved outside the signal contract.
Inspect or drive this state machine directly via the token-efficient AXI CLI:
Check state:
Inspect hierarchy:
Tail events:
Add to your Claude Desktop, Cursor, or VS Code settings:
{
"mcpServers": {
"reactive-skills": {
"command": "npx",
"args": [
"-y",
"@reactive-skills/axi",
"mcp"
]
}
}
}