بنقرة واحدة
new-adr
Scaffold a new Architecture Decision Record
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Scaffold a new Architecture Decision Record
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Check backend code coverage and flag packages below 80%
Scaffold a new rule (static, live, or catalog) with tests and registration
Regenerate docs from code (rules, API, README)
Split working tree changes into logical git commits and push
| name | new-adr |
| description | Scaffold a new Architecture Decision Record |
| disable-model-invocation | true |
ls docs/adr/Create a new ADR based on the user's description: $ARGUMENTS
Determine the next ADR number from the existing files in docs/adr/.
Create the ADR file at docs/adr/NNNN-<kebab-case-title>.md using this template:
# ADR-NNNN: <Title>
## Status
Proposed
## Date
<today's date in YYYY-MM-DD format>
## Related
- <links to related ADRs if applicable>
## Context
<Problem statement — what situation requires a decision?>
## Decision
<What was decided and why?>
## Scope
### Included
- <what's in scope for this change>
### Out of Scope
- <what's explicitly deferred>
## Consequences
### Positive
- <benefits>
### Negative
- <trade-offs>
Fill in the sections based on the user's description. The Context and Decision sections are the most important — make them specific and concrete.
Report the file path and ADR number when done.