logics-architecture-decision-writer/SKILL.md
Write architecture decision records (ADR) in `logics/architecture`. Use when Codex identifies a non-trivial decision (trade-offs, alternatives) and should create a concise ADR document with context and consequences.
npx skillsauth add alexago83/cdx-logics-kit logics-architecture-decision-writerInstall 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.
python logics/skills/logics-architecture-decision-writer/scripts/new_adr.py --title "Choose cache strategy" --out-dir logics/architecture
# Overview section to state the direction in 3 to 5 short lines.# Overview macro-level only: current state -> chosen direction -> impacted areas.logics-flow-manager: ASCII labels only, short labels, no Markdown formatting in nodes.Status and every impacted linked ref (request, backlog, task).# Decision, # Consequences, # Migration and rollout, and # Follow-up work synchronized with the current architecture direction.# Overview Mermaid whenever the structural direction changes.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.