Skip to content
Development
Command

/architecture-note

Record a brief Architecture Decision Record (ADR) about a recent technical choice.

From plugin
agent-powerups
654 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/architecture-note

Context preview

What this command does when you run it.

Record a brief Architecture Decision Record (ADR) about a recent technical choice.

Command definition

architecture-note.md
description: "Record a brief Architecture Decision Record (ADR) about a recent technical choice."
argument-hint: "<decision_summary>"

Architecture Note Command

CRITICAL BEHAVIORAL RULES

1. **Keep it Terse**: An ADR is a factual record, not a blog post. Focus on the constraints and the decision. 2. **Don't Overcomplicate**: Do not generate massive templates. Stick to Context, Decision, and Consequences.

Execution Steps

1. Parse the `$ARGUMENTS` to understand the decision made. 2. Determine if a `docs/adr/` directory exists. If not, create it. 3. Draft a short Markdown document named `YYYY-MM-DD-<slug>.md`. 4. Include the problem context, the chosen solution, and the accepted trade-offs. 5. Save the file and confirm its creation.

Ships withagent-powerups

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
2
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
11d ago
Last commit
3mo ago
Created

Repo: yeaight7/agent-powerups