Initial commit: Claude Skills Factory with 8 refined custom skills

Custom Skills (ourdigital-custom-skills/):
- 00-ourdigital-visual-storytelling: Blog featured image prompt generator
- 01-ourdigital-research-publisher: Research-to-publication workflow
- 02-notion-organizer: Notion workspace management
- 03-research-to-presentation: Notion research to PPT/Figma
- 04-seo-gateway-strategist: SEO gateway page strategy planning
- 05-gateway-page-content-builder: Gateway page content generation
- 20-jamie-brand-editor: Jamie Clinic branded content GENERATION
- 21-jamie-brand-guardian: Jamie Clinic content REVIEW & evaluation

Refinements applied:
- All skills converted to SKILL.md format with YAML frontmatter
- Added version fields to all skills
- Flattened nested folder structures
- Removed packaging artifacts (.zip, .skill files)
- Reorganized file structures (scripts/, references/, etc.)
- Differentiated Jamie skills with clear roles

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-10 17:56:04 +09:00
commit 341d5f5a5b
498 changed files with 102813 additions and 0 deletions

View File

@@ -0,0 +1,81 @@
# Brainstorming Meeting Template
Use this template for creative ideation and brainstorming sessions.
```markdown
# [Topic] Brainstorming - [Date]
## Meeting Details
**Date**: [Date]
**Facilitator**: [Name]
**Note-taker**: [Name]
**Attendees**: [List]
## Objective
[Clear statement of what we're brainstorming]
**Success looks like**: [How we'll know brainstorming was successful]
## Background & Context
[Context from research - 2-3 paragraphs]
**Related Pages**:
- <mention-page url="...">Context Page 1</mention-page>
- <mention-page url="...">Context Page 2</mention-page>
## Constraints
- [Constraint]
- [Constraint]
- [Constraint]
## Seed Ideas
[Starting ideas from research to spark discussion]:
1. **[Idea]**: [Brief description]
2. **[Idea]**: [Brief description]
## Ground Rules
- No criticism during ideation
- Build on others' ideas
- Quantity over quality initially
- Wild ideas welcome
## Brainstorming Notes
### Ideas Generated
[To be filled during meeting]
1. [Idea with brief description]
2. [Idea with brief description]
### Themes/Patterns
[Groupings that emerge]
## Evaluation
[If time permits, evaluate top ideas]
### Top Ideas
| Idea | Feasibility | Impact | Effort | Score |
|------|-------------|---------|--------|-------|
| [Idea] | [H/M/L] | [H/M/L] | [H/M/L] | [#] |
## Next Steps
- [ ] [Action to explore idea]
- [ ] [Action to prototype]
- [ ] [Action to research]
## Follow-up
**Next meeting**: [Date to reconvene]
```

View File

@@ -0,0 +1,94 @@
# Decision Meeting Template
Use this template when you need to make an important decision with your team.
```markdown
# [Decision Topic] - [Date]
## Meeting Details
**Date & Time**: [Date and time]
**Duration**: [Length]
**Attendees**: [List of attendees with roles]
**Location**: [Physical location or video link]
**Facilitator**: [Name]
## Pre-Read Summary
### Background
[2-3 sentences providing context from related project pages]
**Related Pages**:
- <mention-page url="...">Project Overview</mention-page>
- <mention-page url="...">Previous Discussion</mention-page>
### Current Situation
[What brings us to this decision point]
## Decision Required
**Question**: [Clear statement of decision needed]
**Timeline**: [When decision needs to be made]
**Impact**: [Who/what is affected by this decision]
## Options Analysis
### Option A: [Name]
**Description**: [What this option entails]
**Pros**:
- [Advantage]
- [Advantage]
**Cons**:
- [Disadvantage]
- [Disadvantage]
**Cost/Effort**: [Estimate]
**Risk**: [Risk assessment]
### Option B: [Name]
[Repeat structure]
### Option C: Do Nothing
**Description**: What happens if we don't decide
**Implications**: [Consequences]
## Recommendation
[If there is a recommended option, state it with rationale]
## Discussion Topics
1. [Topic to discuss]
2. [Clarification needed on]
3. [Trade-offs to consider]
## Decision Framework
**Criteria for evaluation**:
- [Criterion 1]
- [Criterion 2]
- [Criterion 3]
## Decision
[To be filled during meeting]
**Selected Option**: [Option chosen]
**Rationale**: [Why]
**Owner**: [Who will implement]
**Timeline**: [When]
## Action Items
- [ ] [Action] - @[Owner] - Due: [Date]
- [ ] [Action] - @[Owner] - Due: [Date]
## Follow-up
**Next review**: [Date]
**Success metrics**: [How we'll know this worked]
```

View File

@@ -0,0 +1,58 @@
# 1:1 Meeting Template
Use this template for manager/report one-on-one meetings.
```markdown
# 1:1: [Manager] & [Report] - [Date]
## Meeting Details
**Date**: [Date]
**Last meeting**: <mention-page url="...">Previous 1:1</mention-page>
## Agenda
### [Report]'s Topics
1. [Topic to discuss]
2. [Question or concern]
### [Manager]'s Topics
1. [Topic to cover]
2. [Feedback or update]
## Discussion Notes
### [Topic 1]
[Discussion points]
**Action items**:
- [ ] [Action] - @[Owner]
### [Topic 2]
[Discussion points]
## Career Development
**Current focus**: [Development goal]
**Progress**: [Update on progress]
## Feedback
**What's going well**:
- [Positive feedback]
**Areas for growth**:
- [Developmental feedback]
## Action Items
- [ ] [Action] - @[Report] - Due: [Date]
- [ ] [Action] - @[Manager] - Due: [Date]
## Next Meeting
**Date**: [Date]
**Topics to cover**:
- [Carry-over topic]
- [Upcoming topic]
```

View File

@@ -0,0 +1,58 @@
# Retrospective Template
Use this template for sprint retrospectives and team retrospectives.
```markdown
# Sprint [#] Retrospective - [Date]
## Meeting Details
**Date**: [Date]
**Team**: [Team]
**Sprint**: [Sprint dates]
**Facilitator**: [Name]
## Sprint Summary
**Sprint Goal**: [Goal]
**Goal Met**: Yes / Partially / No
**Completed**: [#] points
**Velocity**: [#] points
**Planned**: [#] points
## Pre-Read
**Sprint Metrics**:
- Tasks completed: [#]
- Tasks carried over: [#]
- Bugs found: [#]
- Blockers encountered: [#]
## Discussion
### What Went Well (Keep)
[Team input during meeting]
### What Didn't Go Well (Stop)
[Team input during meeting]
### What To Try (Start)
[Team input during meeting]
### Shout-outs
[Team recognition]
## Action Items
- [ ] [Improvement to implement] - @[Owner] - Due: [Date]
- [ ] [Process change] - @[Owner] - Due: [Date]
## Follow-up
**Review actions in**: [Next retro date]
```

View File

@@ -0,0 +1,68 @@
# Sprint Planning Template
Use this template for agile sprint planning meetings.
```markdown
# Sprint [#] Planning - [Date]
## Meeting Details
**Date**: [Date]
**Team**: [Team name]
**Sprint Duration**: [Dates]
## Sprint Goal
[Clear statement of what this sprint aims to accomplish]
## Capacity
| Team Member | Availability | Capacity (points) |
|-------------|--------------|-------------------|
| [Name] | [%] | [#] |
| **Total** | | [#] |
## Backlog Review
### High Priority Items
[From product backlog, linked from task database]
- <mention-page url="...">Task 1</mention-page> - [Points]
- <mention-page url="...">Task 2</mention-page> - [Points]
## Sprint Backlog
### Committed Items
- [x] <mention-page url="...">Task</mention-page> - [Points] - @[Owner]
- [ ] <mention-page url="...">Task</mention-page> - [Points] - @[Owner]
**Total committed**: [Points]
### Stretch Goals
- [ ] <mention-page url="...">Task</mention-page> - [Points]
## Dependencies & Risks
**Dependencies**:
- [Dependency]
**Risks**:
- [Risk]
## Definition of Done
- [ ] Code complete and reviewed
- [ ] Tests written and passing
- [ ] Documentation updated
- [ ] Deployed to staging
- [ ] QA approved
## Next Steps
- Team begins sprint work
- Daily standups at [Time]
- Sprint review on [Date]
```

View File

@@ -0,0 +1,74 @@
# Status Update Meeting Template
Use this template for regular project status updates and check-ins.
```markdown
# [Project Name] Status Update - [Date]
## Meeting Details
**Date**: [Date and time]
**Attendees**: [List]
**Project**: <mention-page url="...">Project Page</mention-page>
## Executive Summary
**Status**: 🟢 On Track / 🟡 At Risk / 🔴 Behind
**Progress**: [Percentage] complete
**Timeline**: [Status vs original plan]
## Progress Since Last Meeting
### Completed
- [Accomplishment with specifics]
- [Accomplishment with specifics]
### In Progress
- [Work item and status]
- [Work item and status]
## Metrics
| Metric | Current | Target | Status |
|--------|---------|--------|--------|
| [Metric] | [Value] | [Value] | [Icon] |
| [Metric] | [Value] | [Value] | [Icon] |
## Upcoming Work
**Next 2 Weeks**:
- [Planned work]
- [Planned work]
**Next Month**:
- [Milestone or major work]
## Blockers & Risks
### Active Blockers
- **[Blocker]**: [Description and impact]
- Action: [What's being done]
### Risks
- **[Risk]**: [Description]
- Mitigation: [Strategy]
## Discussion Topics
1. [Topic requiring input]
2. [Topic for alignment]
## Decisions Needed
- [Decision] or None
## Action Items
- [ ] [Action] - @[Owner] - Due: [Date]
## Next Meeting
**Date**: [Date]
**Focus**: [What next meeting will cover]
```

View File

@@ -0,0 +1,56 @@
# Meeting Template Selection Guide
Choose the right template for your meeting type.
## Template Overview
| Meeting Type | Use This Template | When to Use |
|--------------|-------------------|-------------|
| Make a decision | [Decision Meeting](decision-meeting-template.md) | Need to evaluate options and reach a decision |
| Project update | [Status Update](status-update-template.md) | Regular check-ins, progress reviews |
| Generate ideas | [Brainstorming](brainstorming-template.md) | Creative ideation, problem-solving |
| Sprint planning | [Sprint Planning](sprint-planning-template.md) | Planning agile sprint work |
| Sprint retro | [Retrospective](retrospective-template.md) | Reflecting on completed work |
| Manager/report | [1:1 Meeting](one-on-one-template.md) | Regular one-on-one check-ins |
| Weekly team sync | [Status Update](status-update-template.md) (simplified) | Routine team synchronization |
## Quick Decision Tree
```
What's the primary purpose?
├─ Make a decision
│ └─ Use: Decision Meeting Template
├─ Update on progress
│ └─ Use: Status Update Template
├─ Generate ideas
│ └─ Use: Brainstorming Template
├─ Plan sprint work
│ └─ Use: Sprint Planning Template
├─ Reflect on past work
│ └─ Use: Retrospective Template
└─ Manager/report check-in
└─ Use: 1:1 Meeting Template
```
## Template Customization
All templates can be customized:
- **Simplify** for shorter meetings
- **Add sections** for specific needs
- **Combine elements** from multiple templates
- **Adapt language** for your team culture
## Best Practices
1. **Choose template first**: Select before gathering context
2. **Gather Notion content**: Search and fetch relevant pages
3. **Enrich with research**: Add Claude insights where valuable
4. **Customize as needed**: Adapt template to specific situation
5. **Share early**: Give attendees time to review