一键导入
project-report
Generate project status reports (single or all projects)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate project status reports (single or all projects)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate C4 architecture diagrams from system notes
Create and edit Obsidian Canvas files for architecture visualization
Visualize system dependencies and relationships
Analyse architecture diagrams and flowcharts
Generate architecture diagrams using Python diagrams library
Batch populate summary fields using content analysis
| name | project-report |
| context | fork |
| description | Generate project status reports (single or all projects) |
| model | opus |
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: