architecture-status
Reports on the health and state of architecture documentation (counts of ADRs, reviews, activity levels, documentation gaps). Use when the user asks "What's our architecture status?", "Show architecture documentation", "How many ADRs do we have?", "What decisions are documented?", "Architecture health check", or wants an overview/summary of documentation state. Do NOT use for listing team members (use list-members), creating new documents (use create-adr), or conducting reviews (use architecture-review or specialist-review).
What this skill does
# Architecture Status Provides overview of architecture documentation state. ## Process ### 1. Check Framework Setup If `.architecture/` doesn't exist: ``` The AI Software Architect framework is not set up yet. To get started: "Setup ai-software-architect" Once set up, you'll have: - Architectural Decision Records (ADRs) - Architecture reviews - Specialist reviews - Recalibration tracking ``` ### 2. Gather Information Collect from `.architecture/`: - **ADRs**: Count files in `decisions/adrs/`, note recent ones, check statuses - **Reviews**: Count files in `reviews/`, categorize (version/feature/specialist/initial) - **Recalibration**: Count files in `recalibration/`, check progress docs - **Comparisons**: List files in `comparisons/` - **Team**: Count members in `members.yml` - **Last Activity**: Most recent date from any document ### 3. Generate Status Report ```markdown # Architecture Framework Status **Report Date**: [Date] **Project**: [Project name if known] ## Summary **Health Status**: Excellent | Good | Needs Attention | Inactive **Key Metrics**: - ADRs: [count] - Reviews: [count] - Recalibration Plans: [count] - Team Members: [count] - Last Activity: [Date] ## Architectural Decision Records **Total**: [count] **Recent ADRs**: 1. ADR-[XXX]: [Title] ([Status], [Date]) 2. ADR-[YYY]: [Title] ([Status], [Date]) [List 5-10 most recent] **By Status**: - โ Accepted: [count] - ๐ Proposed: [count] - โ ๏ธ Deprecated: [count] - ๐ Superseded: [count] **Coverage**: [Main areas covered: Data, Security, Infrastructure, etc.] ## Architecture Reviews **Total**: [count] **Version Reviews**: [List with dates] **Feature Reviews**: [List with dates] **Specialist Reviews**: [List with dates] **Most Recent**: [Title] ([Date]) ## Recalibration **Total Documents**: [count] **Active**: 1. [Target]: [Status], [Completion %] **Status**: - โ Completed: [count] - ๐ In Progress: [count] - ๐ Planned: [count] ## Architecture Team **Total Members**: [count] **Team**: [List member titles] **Coverage**: Security ([count]), Performance ([count]), System Design ([count]), etc. **View full roster**: "List architecture members" ## Activity **Recent**: - [Date]: Created ADR-XXX: [Title] - [Date]: Completed review for [target] - [Date]: [Activity] **Level**: High | Medium | Low | Inactive ## Documentation Health **Completeness**: [X%] **Strengths**: - โ [What's well documented] **Gaps**: - โ ๏ธ [What needs attention] **Recommendations**: 1. [Recommendation 1] 2. [Recommendation 2] ## Quick Actions **Create**: - "Create ADR for [decision]" - "Start architecture review for [version/feature]" - "Ask [specialist] to review [target]" **View**: - "List architecture members" - [Specific docs to review based on status] **Update**: - [Actions based on current state] --- ``` ### 4. Analyze Health **Health indicators**: - **Excellent**: Regular ADRs, recent reviews, active recalibration - **Good**: Some ADRs, occasional reviews - **Needs Attention**: Old docs, no recent activity - **Inactive**: Framework unused ### 5. Provide Recommendations **Based on status**: **If well-maintained**: ``` โ Excellent documentation discipline! Keep momentum: - Continue documenting decisions - Regular reviews (quarterly/before releases) - Track recalibration progress ``` **If partially used**: ``` โ ๏ธ Good foundations, room for improvement. Suggestions: - Document 3-5 key decisions as ADRs - Schedule architecture review - Address review findings ``` **If minimal usage**: ``` โ Framework underutilized. Get started: 1. Document your most important decisions as ADRs 2. Conduct initial architecture review 3. Make documentation a regular habit ``` ### 6. Make It Actionable Always end with: - Specific commands to run - Concrete actions to improve - Examples relevant to their status ## Metrics to Track **Volume**: Total ADRs, reviews, recalibration docs, team members **Activity**: Last update, docs per month, active vs completed **Coverage**: Decision areas, review types, specialist expertise **Health**: Documentation completeness, review frequency, progress tracking ## Error Handling - No `.architecture/`: Offer setup - Permission issues: Report and suggest fixes - Corrupted files: Note which have issues - Empty directories: Suggest starting points ## Related Skills **Based on Status Results**: **If Documentation Gaps Found**: - "Create ADR for [missing decision]" - Fill documentation gaps - "Start architecture review for [area]" - Comprehensive assessment - "Ask [specialist] to review [weak area]" - Focused improvement **If Status is Good**: - "List architecture members" - See your active team - Continue regular documentation practices - Schedule periodic reviews **Regular Workflow**: 1. Start work โ "What's our architecture status?" โ Identify gaps 2. Make changes โ Document with ADRs โ Status check to verify 3. Before release โ Status check โ Architecture review โ Address findings **Workflow Examples**: 1. Status check โ Find 0 ADRs โ Create ADRs for key decisions โ Status check shows progress 2. Status check โ See old reviews โ Request new architecture review โ Update status 3. Weekly: Status check โ Track documentation health โ Maintain good practices ## Notes - Be honest but encouraging - Focus on actionable next steps - Show value of maintained documentation - Adapt tone to current state
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.