Agent skill
personal-weekly-workflow
Manage weekly PM workflows, meeting notes, and action items for the Orient Task Force. Use this skill when asked about "weekly planning", "meeting notes", "action items", "sprint health", "weekly summary", or workflow automation. Covers Monday planning, Wednesday health checks, Friday summaries, meeting note templates, action item format, and JIRA synchronization.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/personal-weekly-workflow
SKILL.md
Workflow Management for Orient PM
Directory Structure
meetings/ # Meeting notes
├── weekly/ # Weekly team meetings
├── planning/ # Sprint planning
├── retrospectives/ # Sprint retrospectives
├── 1-on-1/ # One-on-one meetings
├── ad-hoc/ # Ad-hoc meetings
└── templates/ # Meeting templates
workflow/ # Weekly workflow
├── weekly-reviews/ # Weekly planning docs
├── sprint-health/ # Mid-sprint health checks
└── weekly-summaries/# End-of-week summaries
Weekly Rhythm
Monday - Start Week
npm run workflow:start-week
- Fetches current JIRA state
- Lists blockers and in-progress items
- Creates planning doc
Wednesday - Mid-Sprint Check
npm run workflow:mid-sprint
- Calculates burndown
- Identifies at-risk items
- Updates health status
Friday - End Week
npm run workflow:end-week
npm run update-presentation
- Lists completed work
- Calculates velocity
- Updates rolling presentation
Meeting Notes
Create Meeting Note
npm run meeting:new [type] "[title]"
Types: weekly, planning, retrospective, 1-on-1, ad-hoc
Action Item Format
- [ ] @username: Description [Task] [Priority: High] #YOUR_PROJECT-123
Components:
[ ]= Open,[x]= Completed@username= Assignee (match JIRA user)[Task]/[Story]/[Bug]= Issue type[Priority: High]= Priority level#YOUR_PROJECT-XXX= Existing JIRA issue (optional)
Sync Action Items to JIRA
npm run meeting:sync <file>
List All Action Items
npm run meeting:list
npm run meeting:report
CLI Commands Quick Reference
# Meetings
npm run meeting:new [type] "[title]" # Create meeting note
npm run meeting:sync <file> # Sync action items to JIRA
npm run meeting:list # List all action items
npm run meeting:report # Generate report
# Workflow
npm run workflow:start-week # Monday planning
npm run workflow:mid-sprint # Wednesday check
npm run workflow:end-week # Friday summary
# Presentation
npm run update-presentation # Update rolling deck
Day-Specific Suggestions
Monday Morning
- Create weekly planning doc
- Review last week's summary
- Check for blockers and SLA breaches
- List open action items from meetings
Wednesday
- Generate sprint health check
- Show current blockers
- Check SLA breaches
Friday Afternoon
- Generate weekly summary
- Update rolling presentation
- Create action items report
- Preview next week's priorities
Finding Action Items
Find all open action items:
Search: "- [ ]" in meetings/
Find your action items:
Search: "@yourusername" and "- [ ]"
Find high priority items:
Search: "[Priority: High]" and "- [ ]"
Find unlinked items (no JIRA):
Search: "- [ ]" NOT "#YOUR_PROJECT"
Meeting → JIRA Flow
- During meeting: Take notes in meeting template
- Action items: Add with format above
- Post-meeting:
npm run meeting:sync <file> - Result: JIRA issues created, meeting updated with keys
Context Awareness
By Day
- Monday: Focus on planning
- Tuesday-Thursday: Execution, track blockers
- Friday: Summary and wrap-up
By Sprint Phase
- Sprint start: Planning mode
- Mid-sprint: Execution, health checks
- Sprint end: Retrospective, summary mode
By Role
- PM: Metrics, reporting, stakeholder updates
- Team member: Action items, blockers
- Stakeholder: Summaries, high-level status
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?