Help us improve
Share bugs, ideas, or general feedback.
From context-engineering
7-Phase Context Engineering pipeline — systematically builds context to send to AI. Problem Definition → Candidate Collection → Selection → Structuring → Compression → Execution Instruction Generation → Verification. Keywords: context engineering, ai context, prompt, knowledge base, CLAUDE.md, spec, 7-phase
npx claudepluginhub seokrae/context-engineering --plugin context-engineeringHow this skill is triggered — by the user, by Claude, or both
Slash command
/context-engineering:context-engineeringThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A 7-Phase pipeline for systematically building context to send to AI. Handles knowledge accumulation, prompt assembly, and project document generation in a single flow.
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.
A 7-Phase pipeline for systematically building context to send to AI. Handles knowledge accumulation, prompt assembly, and project document generation in a single flow.
[input]
↓
Phase 1 →[G1]→ Phase 2 →[G2]→ Phase 3 →[G3]
↓
Phase 4 →[G4]→ Phase 5 →[G5]
↓
Phase 6 →[G6]→ [output]
↓ (G6 fail)
Phase 7
After each Phase completes, the AI automatically evaluates the criteria:
[Auto-pass] Criteria clearly met → proceed to next Phase without notifying the user
[User confirmation] Ambiguous or criteria unmet →
"Phase N result: {summary}
Unmet items: {content}
Please revise or approve to continue."
Each phase can be run individually:
| Command | Responsible Phase | Purpose |
|---|---|---|
/context-engineering:gather | Phase 1-3 | Problem Definition → Candidate Collection → Selection |
/context-engineering:build | Phase 4-5 | Structuring → Compression |
/context-engineering:compose | Phase 6 | Execution Instruction Generation |
/context-engineering:verify | Phase 7 | Final Verification (re-runnable) |
Mid-entry condition: Only allowed when the previous sub-skill's artifacts exist. If artifacts are missing, the user is guided to run the prerequisite sub-skill first.
/context-engineering)Calls sub-skills in order:
/context-engineering:gather — Phase 1-3 + G1-G3
Completion criteria:
/context-engineering:build — Phase 4-5 + G4-G5
Completion criteria:
/context-engineering:compose — Phase 6 + G6
Completion criteria:
/context-engineering:verify — Phase 7
Completion criteria:
_verify-log.mdAutomatically determined based on Phase 1 success criteria:
| Purpose | Output |
|---|---|
| Execution instruction | Role + Task + Constraints + Output Format |
| Knowledge storage | KB entry + index.md update |
| Project development | CLAUDE.md + spec.md + implementation plan |
Automatically determined in Phase 6, then confirmed by the user. See compose SKILL.md for details.
Pipeline failure scenarios + recovery protocols → Failure Cases & Recovery
Track overall Phase progress → Phase Checklist
"Phase N result: {summary}\n Unmet items: {content}\n Please revise or approve to continue." formatreferences/ templates and SKILL.md inline structures in syncAfter modifying a skill, run /context-engineering @<path> in a real project to confirm Phase 1 queries start correctly.