smithery/alexago83

logics-architecture-decision-writer

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.

Installation

$ npx skills add smithery/alexago83 --skill logics-architecture-decision-writer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/alexago83 · top by installs.

npx skills add smithery/alexago83

Browse all from smithery/alexago83

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,198 B
  • docs SUMMARY.md 258 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

ADR

Create a new ADR

python logics/skills/logics-architecture-decision-writer/scripts/new_adr.py --title "Choose cache strategy" --out-dir logics/architecture

DAT-style structure

  • Use the generated # Overview section to state the direction in 3 to 5 short lines.
  • Keep the Mermaid in # Overview macro-level only: current state -> chosen direction -> impacted areas.
  • Follow the same Mermaid safety rules used by logics-flow-manager: ASCII labels only, short labels, no Markdown formatting in nodes.

Update discipline

  • When you edit an existing ADR, update Status and every impacted linked ref (request, backlog, task).
  • Keep # Decision, # Consequences, # Migration and rollout, and # Follow-up work synchronized with the current architecture direction.
  • Replace stale placeholders and refresh the # Overview Mermaid whenever the structural direction changes.