.claude/skills/project-report/SKILL.md
Generate project status reports (single or all projects)
npx skillsauth add DavidROliverBA/ArchitectKB project-reportInstall 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.
Generate project status reports — either a detailed single-project report or an overview of all active projects.
/project-report <project name> # Detailed single-project report
/project-report # Overview of all active projects
/project-report all # All projects including paused/completed
/project-report Alpha
/project-report Delta
/project-report all
When a project name is provided.
Project - *.md file.claude/context/projects.md for project contextLaunch these sub-agents in parallel using model: "haiku" for efficiency:
Agent 1: Project Details (Haiku)
Agent 2: Recent Meetings (Haiku)
Meetings/ for Meeting - *.md files where project field matchesAgent 3: Tasks (Haiku)
Agent 4: ADRs & Decisions (Haiku)
Generate status report:
# Project Status: {{Project Name}}
**Generated**: {{DATE}}
**Status**: {{status}}
**Priority**: {{priority}}
## Executive Summary
{{2-3 sentence overview based on recent activity}}
## Current State
- **Timeline**: {{timeframe}}
- **Health**: Green/Amber/Red based on activity
- **Last Activity**: {{date of most recent meeting/update}}
## Recent Progress (Last 30 Days)
### Meetings Held
| Date | Meeting | Key Outcomes |
|------|---------|--------------|
{{meeting table}}
### Decisions Made
{{list of decisions from meetings and ADRs}}
### Tasks Completed
- {{completed tasks}}
## Outstanding Items
### Open Tasks
| Task | Priority | Due | Assignee |
|------|----------|-----|----------|
{{open tasks table}}
### Pending Decisions
{{any proposed ADRs or open questions}}
## Key Stakeholders
{{people involved based on meetings}}
## Compliance & Security
- **DPIA Status**: {{status and OneTrust ID if applicable}}
- **Cyber Approval**: {{status}}
- **Other Compliance**: {{any other requirements}}
## Risks & Blockers
{{identify from meeting notes or task blockers}}
## Next Steps
{{based on action items and upcoming meetings}}
Output the report (don't save unless asked).
When no project name is provided, or all is specified.
Find all project files using Glob: Project*.md
Read each project file to extract:
Filter by status (unless all specified):
all flag usedFor each project, assess:
Generate formatted overview:
# Engineering Projects Snapshot
**Generated**: {{DATE}}
**Scope**: Active projects / All projects
## Executive Summary
- **Total Active Projects**: {{count}}
- **On Track**: {{count}}
- **At Risk**: {{count}}
- **Blocked**: {{count}}
- **Paused**: {{count}}
- **Completed This Month**: {{count}}
## Projects by Status
### On Track ({{count}} projects)
#### [[Project - Example A]]
- **Status**: Active
- **Health**: Green
- **Recent Progress**:
- Completed items and recent meetings
- **Next Actions**: Upcoming milestones
- **Owner**: [[Person]]
- **Compliance**: DPIA/Cyber status
- **Timeline**: {{timeframe}}
#### [[Project - Example B]]
- (same structure)
### At Risk ({{count}} projects)
#### [[Project - Example C]]
- **Health**: Amber - reason for risk
- **Blockers**: What is causing risk
- **Next Actions**: Steps to resolve
### Blocked ({{count}} projects)
#### [[Project - Example D]]
- **Health**: Red
- **Blocker**: Description
- **Escalation**: Required by {{date}}
### Paused ({{count}} projects)
(Only shown if `all` flag used)
### Recently Completed ({{count}} projects)
(Only shown if `all` flag used or completed in last 30 days)
## Key Milestones This Week
| Project | Milestone | Due Date | Status |
|---------|-----------|----------|--------|
{{milestone rows}}
## Immediate Attention Required
### High Priority Actions (Next 24-48 Hours)
{{numbered list of urgent items with owner and due date}}
### Medium Priority Actions (This Week)
{{numbered list}}
## Compliance Overview
| Project | DPIA Status | Cyber Status | Other Compliance |
|---------|-------------|--------------|------------------|
{{compliance rows}}
## Projects Summary Table
| Project | Status | Health | Owner | Recent Activity | Next Milestone |
|---------|--------|--------|-------|-----------------|----------------|
{{summary rows}}
## Risks & Concerns
### Critical Risks
{{numbered list}}
### Medium Risks
{{numbered list}}
## Recommended Actions
**For Leadership:**
{{numbered list}}
**For Project Teams:**
{{numbered list}}
**For Architecture:**
{{numbered list}}
Output the snapshot as formatted markdown
Provide actionable insights:
Optionally save snapshot by asking user:
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi