From c3
Use this skill after multiple domain agents complete their reviews to integrate findings and update the backlog coherently.
How this skill is triggered — by the user, by Claude, or both
Slash command
/c3:analysis-integrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is invoked after domain-specific agents (api-architect, ui-ux-designer, etc.) complete their analysis reviews. It consolidates findings and updates the backlog in a structured way.
This skill is invoked after domain-specific agents (api-architect, ui-ux-designer, etc.) complete their analysis reviews. It consolidates findings and updates the backlog in a structured way.
Invoke this skill when:
Gather Documents
analysis/README.md to identify all recent documentsIdentify Overlaps
Prioritize Findings
Integrate into TODO.md
Create Integration Summary
analysis/YYYY-MM-DD-integration-summary.mdUpdate Analysis Index
analysis/README.md with the new integration summary# Integration Summary: [Session Scope]
**Date:** YYYY-MM-DD
**Integrated From:** [List of source documents]
## Key Decisions
| Issue | Resolution | Rationale |
|-------|------------|-----------|
| ... | ... | ... |
## Cross-Domain Dependencies
| Frontend Task | Depends on API Task | Phase |
|---------------|---------------------|-------|
| ... | ... | ... |
## Priority Order
1. [Highest priority items]
2. [...]
3. [Lowest priority items]
## Conflicts Resolved
| Conflict | Resolution |
|----------|------------|
| ... | ... |
## New Tasks Added
- [x] Phase N: Task N.X - [Description]
TODO.md with integrated tasksanalysis/YYYY-MM-DD-integration-summary.md documentanalysis/README.md indexCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub christophevg/marketplace --plugin c3