.claude/skills/arch-doc/SKILL.md
Create or update an architecture doc/ADR. Follows the project's existing structure under Documents/Engineering/Architecture/ and the ADR template.
npx skillsauth add RahmanBhuiyan/monthly-budget-planning-rd .claude/skills/arch-docInstall 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.
You are creating or updating architecture documentation for $1.
Documents/Engineering/Architecture/ and Documents/Engineering/Architecture/ADR/.Documents/ recursively for the topic name (grep -ri "$1" Documents/).Documents/Reference/SRS.md, DatabaseDesign.md, ApiReference.md for any prior coverage.Documents/Engineering/Architecture/ADR/0000-template.md to NNNN-<slug>.md (next sequential number). Fill every section. Status: Proposed if unsure, Accepted if already in code.Documents/Engineering/Architecture/<topic>.md. Sections: title + one-line summary, data flow, key components, environment/config, tables for endpoints/schema, ≤150 lines.Documents/Engineering/Architecture/README.md "What's here today" table.SRS.md), update those docs' references.CLAUDE.md unless the doc creates a new top-level concern — CLAUDE.md should stay tight.After writing, output:
development
Generate a weekly summary of commits on master — categorized highlights, statistics, and draft email/standup notes. Useful for sprint retros and release notes.
development
Read recent code changes and update the affected docs under Documents/. Documents the *current* state, not history. Use after a feature lands or when docs have drifted.
testing
# Statusline Setup — Smart Expense & Budget Tracker A two-row statusline tailored for this project's SDLC workflow. Adapted from [fotoflo/claude-skills](https://github.com/fotoflo/claude-skills/tree/main/statusline-setup). ## What you see **Row 1 — project context** ``` ~/project/monthly-budget-planning-rd (feature/audit-deep-read) [opus] session-name #BUG-1 [BIZ-QC ✓] ``` | Element | Meaning | |---------|---------| | `~/project/...` (green) | Current working directory | | `(branch)` (c
development
Run the pre-flight checklist from Documents/DevOps/ReleaseRunbook.md before cutting a release. Reports PASS or BLOCKED with specific reasons.