VIII (8)
janus-tier3-system
janusUse for production system work — full agentic system, MCP-connected workflow, judge engine, automation pipeline, security audit, multi-step deploy, or any task spanning many folders and verification gates.
Janus Tier 3 — System / Production Work
IWhen To Use
- Full agentic system or MCP-connected workflow.
- Automated pipeline, judge engine, or recurring production process.
- Security audit on a production code project.
- Multi-step deploy from scratch.
- Work that earns the weight of the full harness.
Tier 3 is not better than Tier 2. It is heavier. Use it only when the task earns it.
IIWhat To Load
Required:
.janus/PROJECT_CONTEXT.mdand.janus/WORKLOG.mdfor the project.references/HARNESS_SPEC.mdreferences/PROGRESSIVE_DISCOVERY.mdreferences/PROGRAMMATIC_TOOL_CALLING.mdreferences/TIER_MATRIX.md
By discovery:
$onslaught-engineeringfor Onslaught code (7 gates, deploy matrix, audit checklist).- The relevant mode skill (Build, Judge, or Content).
- A specific template from
templates/.
IIIWorkflow
- Read required files.
- Identify the gates this work must close (mission, contracts, knowledge, reliability, security, observability, product).
- For repeated tool operations, prefer a script over a chain of small calls (see
references/PROGRAMMATIC_TOOL_CALLING.md). - Verify at every gate. Do not skip Gate 5 (security).
- Run the project's validator before reporting completion.
- Update
.janus/WORKLOG.mdvia$janus-worklog.
IVOutput
Completed.
Changed:
- path
Verified:
- command : result
Notes:
- one concise note
Next:
- one action
VHard Laws
- Verify before modifying.
- Do not mix package versions.
- Two strikes then ask.
- Never claim completion without a
Verified:line.