Create and maintain meeting notes for Agile ceremonies and ad-hoc meetings.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Create and maintain meeting notes for Agile ceremonies and ad-hoc meetings.
| Tool | Purpose |
|---|---|
Atlassian:createConfluencePage | Create meeting notes page |
Atlassian:updateConfluencePage | Update notes during/after meeting |
Atlassian:getConfluencePage | Retrieve previous notes |
{
"cloudId": "{{confluence.cloudId}}",
"spaceId": "{{confluence.spaceId}}",
"spaceKey": "{{confluence.spaceKey}}"
}
# Sprint [X] Planning
**Date:** [Date]
**Attendees:** [List]
## Sprint Goal
[Clear, measurable goal for the sprint]
## Capacity
| Team Member | Availability | Notes |
|-------------|--------------|-------|
| [Name] | 100% | - |
| [Name] | 80% | PTO Friday |
**Total Capacity:** [X] points
## Selected Stories
| Story | Points | Assignee | Notes |
|-------|--------|----------|-------|
| PROJECT-XX | X | [Name] | - |
| PROJECT-XX | X | [Name] | - |
**Total Committed:** [X] points
## Dependencies
- [Dependency 1]
- [Dependency 2]
## Risks
- [Risk 1]
## Action Items
- [ ] [Action] - [Owner]
# Sprint [X] Review
**Date:** [Date]
**Attendees:** [List]
## Sprint Goal
**Goal:** [What we set out to do]
**Result:** ✅ Achieved / ⚠️ Partially / ❌ Not achieved
## Demo Summary
### [Feature 1]
- **Story:** PROJECT-XX
- **Demo:** [What was shown]
- **Feedback:** [Stakeholder feedback]
### [Feature 2]
...
## Metrics
| Metric | Target | Actual |
|--------|--------|--------|
| Stories | X | Y |
| Points | X | Y |
| Bugs Fixed | X | Y |
## Feedback & Decisions
- [Feedback item 1]
- [Decision made]
## Next Sprint Preview
- [Upcoming priority 1]
- [Upcoming priority 2]
# Sprint [X] Retrospective
**Date:** [Date]
**Facilitator:** [Name]
## What Went Well 🎉
- [Item 1]
- [Item 2]
## What Could Improve 🔧
- [Item 1]
- [Item 2]
## Action Items
| Action | Owner | Due | Status |
|--------|-------|-----|--------|
| [Action] | [Name] | [Date] | ⬜ |
## Previous Action Items Review
| Action | Owner | Status |
|--------|-------|--------|
| [From last retro] | [Name] | ✅/⬜ |
# Meeting: [Topic]
**Date:** [Date]
**Attendees:** [List]
**Called By:** [Name]
## Agenda
1. [Topic 1]
2. [Topic 2]
## Discussion
### [Topic 1]
[Notes from discussion]
**Decision:** [If any]
### [Topic 2]
[Notes from discussion]
**Decision:** [If any]
## Action Items
| Action | Owner | Due |
|--------|-------|-----|
| [Action] | [Name] | [Date] |
## Next Meeting
[Date/Time if scheduled]
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.