logics-backlog-groomer/SKILL.md
Groom and promote a Logics request into a backlog item. Use when a request is clear enough to define scope, acceptance criteria, and priority, and Codex should create `logics/backlog/*.md` aligned with the Logics format.
npx skillsauth add alexago83/cdx-logics-kit logics-backlog-groomerInstall 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.
Examples use python ... as the canonical cross-platform launcher.
If your environment only exposes python3 or py -3, substitute that launcher.
# Scope (In/Out) to reduce ambiguity.# Acceptance criteria (testable checks).# Priority (Impact/Urgency) and add dependencies/risks in # Notes.python logics/skills/logics.py flow promote request-to-backlog logics/request/<req_file>.mdpython logics/skills/logics.py flow new backlog --title "..."A backlog item is “ready” when an engineer could implement it without guessing the intended behavior.
data-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
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.