بنقرة واحدة
integrate
Route capitalized solutions to their targets. Triggered by /gse:integrate after compound.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Route capitalized solutions to their targets. Triggered by /gse:integrate after compound.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Deploy the current project to a Hetzner server via Coolify. Adapts to the user's situation: from zero infrastructure (solo) to a pre-configured shared server (training). Triggered by /gse:deploy.
Reload checkpoint, verify worktrees, brief user. Triggered by /gse:resume.
Deploy the current project to a Hetzner server via Coolify. Adapts to the user's situation: from zero infrastructure (solo) to a pre-configured shared server (training). Triggered by /gse:deploy.
Reload checkpoint, verify worktrees, brief user. Triggered by /gse:resume.
Route capitalized solutions to their targets. Triggered by /gse:integrate after compound.
Full GSE-One orchestrator methodology — load when you need the complete invariant text, failure modes, and edge cases beyond the condensed AGENTS.md summary.
| name | integrate |
| description | Route capitalized solutions to their targets. Triggered by /gse:integrate after compound. |
Arguments: $ARGUMENTS
| Flag / Sub-command | Description |
|---|---|
| (no args) | Route all capitalized solutions from the latest compound |
--axis project | Integrate project solutions only (Axe 1) |
--axis methodology | Integrate methodology solutions only (Axe 2) |
--axis competencies | Integrate competency solutions only (Axe 3) |
--dry-run | Show integration plan without executing |
--help | Show this command's usage summary |
Vocabulary note (Meta-2). "Axe 1/2/3" (capitalized) is deliberate corpus-wide vocabulary naming the three capitalization axes (project learnings / methodology feedback / competencies) — distinct from the coach's 8 monitoring "axes" (lowercase English). The two systems are never interchangeable; do not "translate" one into the other. Convention documented in CLAUDE.md > Activity path reference conventions area.
Why standalone: this activity deliberately stays separate from /gse:compound — it must be replayable after the fact (e.g., enable github.enabled later and route the pending tickets), support --dry-run, and route single axes. See spec §3.9 — Capitalization. (Meta-2 inline note, decision 2026-06-10.)
Before executing, read:
.gse/status.yaml — current sprint and lifecycle state.gse/config.yaml — project configuration.gse/profile.yaml — user profile, competency mapdocs/sprints/sprint-{NN}/compound.md — capitalization output (source of solutions)config.yaml → github.enabled: if false, Axe 2 is skipped entirely (Inform note: "GitHub ticket routing disabled — local methodology feedback preserved; no issues submitted upstream") and .gse/compound-tickets-draft.yaml is deleted if present (user's intent is "export only"). If true or unset, apply the Resolution order: (1) config.yaml → github.upstream_repo if set (user override — private forks, corporate trackers), (2) the installed metadata file — cat "$([ -s .gse/registry ] && cat .gse/registry || cat ~/.gse-one)/gse.json" → repository field (shipped next to VERSION in every install mode, uniform across all five platforms), (3) skip Axe 2 with an Inform note.Route project-level learnings into operational configuration:
Patterns — If patterns were identified, consider:
.gse/config.yaml or project linter rules)Lessons learned — If prevention strategies were defined:
.gse/config.yaml under review.custom_checks.gse/config.yaml constraints or guardrailsTechnical debt — If debt items were flagged:
.gse/backlog.yaml (pool, not assigned to a sprint)Report changes made to project configuration files.
Route methodology feedback to the GSE-One repository. This step consumes the ticket draft prepared by /gse:compound Axe 2.
Read the draft — look for .gse/compound-tickets-draft.yaml prepared by the most recent /gse:compound Axe 2 run. Each entry was already validated by the user during COMPOUND's per-ticket Gate (approve / edit / skip) with quality filters applied (concrete, theme-grouped, deduplicated, capped).
Final confirmation Gate (public submission — privacy acknowledgment). List the approved tickets one last time (title + label + one-line body preview) and state explicitly that submission will create public issues on the resolved repository. Ask: "Submit {N} methodology issues to the upstream repository ({repo_url})? Note: issues are public and visible to anyone with access to the repo."
On submission, for each approved ticket (using the repository resolved per Prerequisite 5):
gh issue create \
--repo {resolved_upstream_repo} \
--title "{title}" \
--body "{body}" \
--label "{label}"
Capture the returned issue URL.
Record created issue URLs in docs/sprints/sprint-{NN}/compound.md under a "Submitted Issues" section. Cross-link: each source observation in the sprint artefacts gets a pointer to the created issue URL for bidirectional traceability.
Clean up — after successful submission, delete .gse/compound-tickets-draft.yaml (the handoff is consumed). If submission partially failed (e.g., rate limit), keep the draft with remaining entries for a retry.
Skipped / cancelled proposals — not re-proposed unless the same theme is observed again in a future sprint. Recorded in compound.md as "Deferred" with the source observation references.
Route competency learnings into persistent storage:
Learning notes — Write or append to docs/learning/ directory:
docs/learning/python-patterns.md, docs/learning/testing-strategies.md)Competency map — Update profile.yaml competency section:
last_practiced timestampsLearning suggestions — If proactive LEARN proposals were generated in compound:
profile.yamllast_activity, last_activity_timestamp are maintained centrally by the orchestrator after the activity closes — see plugin/agents/gse-orchestrator.md — section "Sprint Plan Maintenance", and gse-one-implementation-design.md §10.1 — Sprint Plan Lifecycle (v0.53.0). INTEGRATE writes no cursor fields directly.)/gse:go (will detect and propose LC01 for sprint S{NN+1})/gse:pause to save state and resume later