CC
CHERNABOG
PORTFOLIOFACTORIESSIGNALENGINE
/Run
Command Center · Factories · Run

Run

Pick a form factory, toggle domain packs, write the brief — the screen composes a copy-ready build-chain dispatch. Stage it by hand; watch the bridge live on the right.

Compose + stage only — v1 RUN composes a build-chain payload for manual deposit. There is no auto-launch yet (one-click trigger = OQ-CC-ACT-SCOPE, not built). Copy the payload and deposit it the usual way.
Form factory

Deliverable: an appropriated / tuned design effect or system.

Domain packs(modifiers · multi)
Gate-pack(final step)
Model(implement link)
Deadline(utc)
Brief — what to build
Additional context(optional)
Build-chain payload
---
event_id: designchain_f305
type: chain
project: chernabog
project_path: /Users/vincentsahagian/Vaults/chernabog
deadline_utc: "SET-BEFORE-DEPOSIT"
---

## INTENT
appropriated / tuned design effect or system produced via the Design Factory and proven green by the gate-pack exists when this chain is done.

## CONTEXT
Form factory: Design Factory (design). Packs: none. Gate-pack: on (TEST + FOREMAN links).

Brief:
(describe the deliverable to produce)

## TASK
Build chain: IMPLEMENT -> TEST -> FOREMAN -> VERIFY. Run-log: 30-logs/runs/designchain_f305.md

## CONSTRAINTS
Compose-and-stage only — this payload is for MANUAL deposit; no in-app dispatch (OQ-CC-ACT-SCOPE). Single-writer: no .md rewrites except the run-log append. Do not cross a human gate (auth, allowlist, hardware).

## EXPECTED_OUTPUT
- an appropriated / tuned design effect or system produced, gates green; run-log complete; pushed.
- Watcher sends [BRIDGE_RETURN] automatically. No CC mail.

## CHAIN_LINKS
- event_id: designimpl_f305
  payload_text: |
    ---
    event_id: designimpl_f305
    type: command
    model: claude-sonnet-4-6
    project: chernabog
    project_path: /Users/vincentsahagian/Vaults/chernabog
    ---

    ## INTENT
    Implement an appropriated / tuned design effect or system exactly as specified.

    ## CONTEXT
    Form factory: Design Factory (design). Packs: none. Gate-pack: on (TEST + FOREMAN links).

    Brief:
    (describe the deliverable to produce)

    ## TASK
    1. git -c rebase.autostash=true pull --rebase
    2. Build an appropriated / tuned design effect or system per the brief using the Design Factory.
    3. Append `designimpl_f305 | DONE | <one-line outcome>` to 30-logs/runs/designchain_f305.md (create file if absent), commit, push.

    ## CONSTRAINTS
    Stay within project_path; no scope widening. No strategic decisions — escalate via a FAIL line instead of guessing.

    ## EXPECTED_OUTPUT
    - Deliverable exists; run-log line appended; pushed. Watcher sends [BRIDGE_RETURN] automatically. No CC mail. CC exit 0.
- event_id: designtest_f305
  payload_text: |
    ---
    event_id: designtest_f305
    type: command
    model: claude-haiku-4-5-20251001
    project: chernabog
    project_path: /Users/vincentsahagian/Vaults/chernabog
    ---

    ## INTENT
    Run the gate-pack against the implemented deliverable and record machine verdicts.

    ## CONTEXT
    Gates: the gate-pack gates relevant to the Design Factory. Verdicts dir: 50-system/gates/.verdicts (gitignored).

    ## TASK
    1. git -c rebase.autostash=true pull --rebase
    2. Run each relevant gate; capture PASS/FAIL per gate.
    3. Write 50-system/gates/.verdicts/designtest_f305.summary: GREEN if all pass, else RED with the first failure.
    4. Append `designtest_f305 | DONE | GREEN|RED <detail>` to 30-logs/runs/designchain_f305.md, commit, push.

    ## CONSTRAINTS
    Verdict-only: do NOT fix anything. Report exactly what the gates said.

    ## EXPECTED_OUTPUT
    - Summary file written; run-log line appended; pushed. Watcher sends [BRIDGE_RETURN] automatically. No CC mail. CC exit 0.
- event_id: designfore_f305
  payload_text: |
    ---
    event_id: designfore_f305
    type: command
    model: claude-sonnet-4-6
    project: chernabog
    project_path: /Users/vincentsahagian/Vaults/chernabog
    ---

    ## INTENT
    Foreman: if tests RED, fix within a bounded budget; if GREEN, no-op.

    ## CONTEXT
    Read 50-system/gates/.verdicts/designtest_f305.summary. Budget: max 2 fix iterations (P7).

    ## TASK
    1. git -c rebase.autostash=true pull --rebase
    2. If GREEN: append `designfore_f305 | DONE | no-op (green)` to 30-logs/runs/designchain_f305.md, push, exit.
    3. If RED: fix the deliverable, re-run the failed gates, max 2 iterations. If green: commit fix + append DONE line. If still red after 2: append `designfore_f305 | FAIL | <reason> — escalate` and still exit 0.
    4. Push.

    ## CONSTRAINTS
    Never exceed 2 fix iterations. Never widen scope beyond the failing unit.

    ## EXPECTED_OUTPUT
    - Run-log line (no-op / fixed / FAIL-escalate); pushed. Watcher sends [BRIDGE_RETURN] automatically. No CC mail. CC exit 0.
- event_id: designver_f305
  payload_text: |
    ---
    event_id: designver_f305
    type: command
    model: claude-haiku-4-5-20251001
    project: chernabog
    project_path: /Users/vincentsahagian/Vaults/chernabog
    ---

    ## INTENT
    Final verification: the deliverable exists, gates pass, run-log complete.

    ## CONTEXT
    Expected artifact: an appropriated / tuned design effect or system. Decisive gate summary: 50-system/gates/.verdicts/designtest_f305.summary.

    ## TASK
    1. git -c rebase.autostash=true pull --rebase
    2. Re-run the decisive gate(s) and confirm the expected artifact exists.
    3. Verify the run-log has lines for impl/test/fore; append `designver_f305 | DONE|FAIL | <verdict>` to 30-logs/runs/designchain_f305.md, commit, push.

    ## CONSTRAINTS
    Verification only — no fixes, no new files beyond the run-log line.

    ## EXPECTED_OUTPUT
    - Run-log complete; pushed. Watcher sends [BRIDGE_RETURN] automatically. No CC mail. CC exit 0.

Canonical build-chain (50-system/chains/build-chain.md): valid root headers (event_id · type · project · project_path · deadline_utc) + the 5 sections + CHAIN_LINKS. Validates against chain-payload-lint. Copy and deposit manually — no in-app launch in v1.