원클릭으로
project-status
Use this skill when generating project updates, status reports, or stakeholder communications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use this skill when generating project updates, status reports, or stakeholder communications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill when investigating blockers, stalled work, or anything preventing progress.
Use this skill when the user asks about deepagents harness capabilities, tool names, task delegation, filesystem access, or sandbox execution. It provides a concise operational cheat sheet.
Use this skill for multi-track tasks that benefit from delegation, parallel research, or structured planning. It guides the main agent to use the task tool, subagents, and write_todos for coordination.
Use this skill for requests related to Linear issues, projects, sprints, and team workload. This skill provides guidance on how to effectively query and interact with Linear data.
Use this skill for tasks that require running commands or scripts in the sandbox. It provides a plan-first workflow for using run_sandbox_workflow, dependency setup, verification, and iterative loops.
Guide for creating or updating skills. Covers naming, required frontmatter, store-backed paths, and publishing.
| name | project-status |
| description | Use this skill when generating project updates, status reports, or stakeholder communications. |
This skill helps generate project status updates and stakeholder communications.
Collect information from multiple sources:
get_linear_cycle_status - Sprint progressget_linear_project_status - Project healthget_linear_issues(filter: "blockers") - Current blockerssearch_memories(query: "decision shipped completed") - Recent winsExecutive format (for stakeholders):
## Summary
[1-2 sentences: what matters most]
## Progress
- Shipped: [what's done]
- In progress: [what's being worked on]
- Coming up: [what's next]
## Risks & Blockers
[Any issues that need attention]
## Key Decisions
[Recent decisions and their impact]
Team format (for standups):
## Sprint Status
[X]% complete | [Y] days remaining
## Blockers
[List with owners]
## Today's Focus
[Top priorities]
| Audience | Focus On | Avoid |
|---|---|---|
| Executives | Impact, timelines, risks | Technical details |
| Stakeholders | Features, dates, blockers | Implementation |
| Team | Blockers, priorities, help needed | High-level strategy |
| Customers | Value delivered, coming soon | Internal challenges |
Don't hide problems. Present them with:
## Sprint 23 Status
Progress: 65% complete (6 days remaining)
**Shipped:**
- User authentication (ABC-101)
- Dashboard redesign (ABC-102)
**In Progress:**
- API refactor (ABC-103) - 80% done
- Search feature (ABC-104) - blocked
**Needs Attention:**
- Search feature blocked on security review
- Escalating to security team today
**Coming Up:**
- Performance optimization
- Mobile responsiveness
**Key Decision:**
- Decided to use PostgreSQL for new data model
(Rationale: team expertise, query patterns)