logics-mermaid-generator/SKILL.md
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
npx skillsauth add alexago83/cdx-logics-kit logics-mermaid-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is for repositories importing the kit under logics/skills/.
It renders bounded Mermaid blocks for Logics request, backlog, and task docs.
The deterministic renderer is the compatibility baseline used by the flow manager.
python logics/skills/logics-mermaid-generator/scripts/generate_mermaid.py \
--kind request \
--title "Demo request" \
--values-json '{"NEEDS_PLACEHOLDER":"- Demo need","CONTEXT_PLACEHOLDER":"- Demo context","ACCEPTANCE_PLACEHOLDER":"- AC1: Demo"}'
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.
documentation
Automate version release publication for the kit by validating `VERSION`, changelog files in `changelogs/`, tags, and GitHub release creation. Use when preparing or publishing a kit release.