Process pending items from 0-inbox/ task queue. Assess scope and create appropriate KB artifacts (tickets, phases, PRDs). WHEN TO USE: - After completing primary work (ticket, phase, user request) - User says "check inbox", "process inbox", "what's pending" - Periodic inbox review SOURCES: - Direct user messages (not immediately actionable) - GitHub issues/PRs - Slack messages - External integrations NOT during main workflow - only after primary directive complete.
Processes pending items from 0-inbox/ after primary work completes. Creates tickets for small/medium tasks or PRDs for large features, then removes processed items.
/plugin marketplace add jayprimer/pmc-marketplace/plugin install jayprimer-pmc-plugins-pmc@jayprimer/pmc-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Process pending items from 0-inbox/ and create appropriate KB artifacts.
ALWAYS run /pmc:kb first to understand KB structure.
When to process:
Glob: .pmc/docs/0-inbox/*.md
If empty: Done - no pending items.
For each file in 0-inbox/:
Read: .pmc/docs/0-inbox/{filename}.md
Extract:
| Indicators | Scope | Action |
|---|---|---|
| Single file, clear fix | Small | Create single ticket |
| Multiple files, one session | Medium | Create single ticket |
| Multiple components, sessions | Large | Create PRD + phase |
| Feature request, unclear scope | Large | Create PRD, plan phases |
| Needs clarification | Unknown | Leave in inbox, ask user |
Small (Single Ticket):
Medium (Single Ticket, More Work):
Large (PRD + Phase):
Get next ticket number:
Glob: .pmc/docs/tickets/T*/
Glob: .pmc/docs/tickets/archive/T*/
Find highest, add 1.
Create ticket directory:
.pmc/docs/tickets/T0000N/
├── 1-definition.md
├── 2-plan.md
├── 3-spec.md
└── 4-progress.md (Status: PLANNED)
Add to index.md:
T0000N Brief Title
Add to roadmap.md:
## Next
- [ ] T0000N: {Brief description}
For GitHub issues, include reference: In 4-progress.md frontmatter:
T0000N|PLANNED|Brief Title|GH#42, pending implementation
Create PRD:
.pmc/docs/1-prd/feat-{name}.md
Plan phase in roadmap:
## Next
### feat-{name}: Phase 1 - {Description}
- [ ] T0000X: {ticket 1}
- [ ] T0000Y: {ticket 2}
- [ ] T0000Z: Phase 1 E2E
Create first ticket (as above)
Keep item in inbox, ask clarifying questions:
## Inbox Item Needs Clarification
**Item:** {filename}
**Source:** {source}
**Content:** {brief summary}
**Questions:**
1. {What needs to be clarified}
2. {Scope question}
After creating artifacts:
rm .pmc/docs/0-inbox/{filename}.md
Only remove AFTER artifacts are created and added to index/roadmap.
git add .pmc/docs/
git commit -m "Inbox: process {N} items"
GitHub issues arrive via inbox. Special handling:
T0000N|PLANNED|Fix login bug|GH#42, pending implementation
## References
- GitHub: #42
This maintains traceability between KB tickets and GitHub issues.
Items in 0-inbox/ are free-form. Common patterns:
# Feature Request: Dark Mode
Source: user
Date: 2024-01-15
User wants dark mode toggle in settings.
Should remember preference across sessions.
# GH#42: Login fails on mobile
Source: GitHub
Date: 2024-01-15
Login button doesn't respond on iOS Safari.
See issue for screenshots and reproduction steps.
# Performance issue in search
Source: Slack (#dev-alerts)
Date: 2024-01-15
Search taking 10+ seconds on large datasets.
Noticed by @alice during demo.
/pmc:kb run (understand structure)$ /pmc:inbox
## Processing Inbox
### Checking .pmc/docs/0-inbox/
Found 3 items:
- feature-dark-mode.md
- gh-42-login-bug.md
- performance-search.md
---
### Item 1: feature-dark-mode.md
**Source:** user
**Content:** Dark mode toggle in settings
**Assessment:** Medium scope - affects settings UI, theme system
**Action:** Create ticket T00025
Created:
- .pmc/docs/tickets/T00025/1-definition.md
- Added to index.md: T00025 Add dark mode toggle
- Added to roadmap.md: Next section
Removed: feature-dark-mode.md
---
### Item 2: gh-42-login-bug.md
**Source:** GitHub issue #42
**Content:** Login fails on iOS Safari
**Assessment:** Small scope - likely CSS/JS fix
**Action:** Create ticket T00026
Created:
- .pmc/docs/tickets/T00026/1-definition.md
- 4-progress.md: T00026|PLANNED|Fix iOS login|GH#42
- Added to index.md
- Added to roadmap.md
Removed: gh-42-login-bug.md
---
### Item 3: performance-search.md
**Source:** Slack
**Content:** Search taking 10+ seconds
**Assessment:** Unknown - needs investigation
**Action:** Leave in inbox, ask user
**Questions:**
1. What dataset sizes are affected?
2. Is this blocking users or internal only?
3. Priority relative to other work?
---
## Summary
- Processed: 2 items → 2 tickets (T00025, T00026)
- Pending: 1 item (needs clarification)
Committed: "Inbox: process 2 items"
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.