Help us improve
Share bugs, ideas, or general feedback.
From c3
Use this skill after multiple domain agents complete their reviews to integrate findings and update the backlog coherently.
npx claudepluginhub christophevg/marketplace --plugin c3How 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.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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 index