Instructions file
Instructions for SidCorp-co/forge, covering forge, workspace, commands, fourteen gates, six axes and doing the work.
Instructions file
Instructions for SidCorp-co/forge, covering forge, workspace, commands, fourteen gates, six axes and doing the work.
Skill Claude CodeCodex
Clarify and validate Forge issues before planning — reproduce bugs via browser, verify UX expectations for features, capture evidence screenshots. Use this skill after triage (confirmed status) to ensure the issue is well-understood before writing an implementation plan. Triggers on: /forge-clarify, clarifying issues…
Skill Claude CodeCodex
Implement code changes for Forge issues. Use this skill whenever approved issues need to be coded — creates branch, follows the plan, implements changes, builds, reviews, commits, and pushes. Triggers on: /forge-code, coding issues, implementing approved issues, writing code for an issue, building features from a…
Skill Claude CodeCodex
Fix rejected Forge issues based on review or QA feedback. Use this skill when an issue has been reopened with rejection comments — reads the feedback, applies a scoped fix, builds, re-tests, and pushes. Triggers on: /forge-fix, fixing rejected issues, addressing review feedback, fixing QA failures, resolving reopen…
Skill Claude CodeCodex
Interactive onboarding conversation that surveys a freshly-bootstrapped project's real repo and builds its initial Project Brain — projectFacts, knowledge entries (overview / workflow / rules), a handful of seed memories, and a proposed pipeline config — through a chat that asks one question at a time and never writes…
Skill Claude CodeCodex
Write implementation plans for clarified Forge issues. Use this skill whenever an issue needs a plan before coding begins — exploring the codebase, identifying affected files, and writing step-by-step implementation instructions into the issue's plan field. Triggers on: /forge-plan, planning issues, writing…
Skill Claude CodeCodex
Capture and maintain a project's product map — user journeys, scenarios, business rules, and workflow diagrams as curated Mermaid knowledge entries. Use this skill whenever someone wants to: document product flows, capture user journeys, generate scenario diagrams, maintain business rules visually, update the…
Skill Claude CodeCodex
Master agent for Update Pipeline stage ② (Reconcile). Reads the context bundle from a reconcilerun row, reasons over the change, produces one of four verdicts (no-op | apply | apply-with-adaptation | escalate), writes the candidate body, and records the verdict via forgereconcile. Used by the internal reconcile…
Skill Claude CodeCodex
Merge approved issue code to production branch and trigger deployment. Use this skill when an issue has been approved at staging and needs to be released — squash-merges the ISS- feature branch to the production branch, triggers Coolify deploy, and closes the issue. Triggers on: /forge-release, releasing an issue…
Skill Claude CodeCodex
Review code changes for Forge issues. Use this skill for independent code review with fresh context — checks diff against project conventions, finds bugs, security issues, and consistency problems. Triggers on: /forge-review, reviewing code, checking a diff, code review for an issue, reviewing PR changes. Used as a…
Skill Claude CodeCodex
Meta-guide for Forge's per-project pipeline skills: what Forge does with a skill at runtime, and the standard for authoring / customizing / shadowing one correctly and cheaply. Read or invoke this BEFORE writing, rewriting, or tuning a project's skills — especially non-standard projects (MCP-driven build/deploy…
Skill Claude CodeCodex
QA test Forge issue changes against preview deployments. Use this skill to test like a human QA — hitting the preview backend API and navigating the preview frontend to verify acceptance criteria are met. Triggers on: /forge-test, testing an issue, QA testing, verifying changes on preview, checking if acceptance…
Skill Claude CodeCodex
Triage and validate Forge project management issues before development begins. Use this skill whenever issues need to be reviewed for completeness, classified by complexity, or assigned category/priority. Triggers on: /forge-triage, triaging issues, validating issue quality, classifying issue complexity, setting issue…
Skill Claude CodeCodex
Adversarial verifier for Update Pipeline stage ② (Reconcile). Independently judges whether a reconcile agent's candidate skill body is safe to publish, using only the bundle from the reconcilerun row. Votes pass or fail. Used by the internal reconcile pipeline — not user-invocable.
Skill Claude CodeCodex
Drive one Forge issue end to end in a single session: understand, plan, code, self-review, fork an independent reviewer, merge, ship. Use when a runner hands you an issue in autonomous mode. Triggers on: /forge-drive, drive this issue, autonomous pipeline, work this issue end to end.
Skill Claude CodeCodex
Phases 6-7 of the autonomous pipeline: merge into the base branch, pass the deploy gate, write the changelog line and the close comment. Triggers on: /forge-ship, merge and close this issue, ship this issue.
Skill Claude CodeCodex
Phase 1 of the autonomous pipeline: decide whether an issue is real work, and reproduce it before anything is planned. Merges the old triage and clarify stages. Triggers on: /forge-understand, is this issue actionable, reproduce this bug, understand this issue.