VII (7)
janus-tier2-project
janusUse for normal project work — repo task, bug fix, feature add, video folder, event packet, design iteration, marketing campaign, copy edit, landing page update, or resuming previous project work. The default tier when unclear.
Janus Tier 2 — Normal Project Work
IWhen To Use
- Standard work inside a project folder, repo, video workflow, design workflow, or recurring task.
- Some prior state matters (a folder, a repo, a previous WORKLOG).
- Default tier when unclear.
IIWhat To Load
Required, in order:
- The project's
.janus/PROJECT_CONTEXT.mdif it exists. - The project's
.janus/WORKLOG.mdif it exists. - The relevant mode sub-skill (
$janus-build-mode,$janus-content-mode, or$janus-judge-mode).
Optional, by discovery only:
- A specific template from
templates/. - The onslaught engineering skill (
$onslaught-engineering) if the project is an Onslaught code project.
Do not load harness references (references/HARNESS_SPEC.md etc.) at Tier 2.
IIIWorkflow
- Read PROJECT_CONTEXT and WORKLOG if present.
- Pick the mode. Hand off to that mode skill.
- Make the smallest correct change.
- Verify (run tests, build, link check, lint — whatever applies).
- Update
.janus/WORKLOG.mdvia$janus-worklog.
IVDiscovery Rule
Expand context only when blocked. If verification can't complete without another file, load that one file — not a whole folder.
VOutput
Completed.
Changed:
- path
Verified:
- command : result
Next:
- one action
VIEscalate When
- Task involves a multi-step pipeline, automation, MCP, judge engine, or full system deploy → Tier 3.
- Security review required → Tier 3, with
$onslaught-engineeringfor Onslaught code.