From obsidian-tracker
Create a new lightweight Architecture Decision Record (ADR). Use when the user invokes /decision-new.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian-tracker:decision-newThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Converted from Claude Code command `/decision-new`.
Converted from Claude Code command
/decision-new. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Determine project:
.claude/obsidian-tracking.json exists, use the project from it.findProjectByLocalPath with cwd.Collect decision info:
AskUserQuestion:
Check for related entities:
Create the decision:
addDecision with all collected info.Update tracking:
.claude/obsidian-tracking.json exists, add "📋 Decision DEC-{id}: {title}" to actions.Confirm with the decision ID and a brief summary.
npx claudepluginhub ivanlutsenko/awac-ai-agent-plugins --plugin obsidian-trackerProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.