Campaign
SkillDev toolsOrchestrate durable autonomous research iterations inside an accepted Campaign Contract.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Campaign skill
What this skill tells your AI
The instructions your AI receives, as published by linzhe001/harness-research in .agents/skills/campaign/SKILL.md and read by ahel’s review.
Use $campaign for the durable autonomous research loop.
Controller Contract
- Read
harness_core/campaign.yamland the accepteddocs/context/campaign.mdCampaign Contract. - If the Contract is missing or draft, route to Grill and enter
waiting_human; only explicit Human Approval accepts it. - Let the Agent propose the next Operation, then let the Controller validate policy, budget, prerequisites, JobHandle, and mandatory rules.
- Reuse
grill,prepare,build,run,analyze,write, andchange; do not duplicate their behavior inside this wrapper. - Queue mutating steering while a training job is active. Read-only status and code questions remain available immediately.
- Give each worker a bounded Operation Packet; persist cross-session facts through typed artifacts rather than conversation history.
- Record Light Conclusion Evidence per Iteration and create full Evidence Chains only at review, Claim Delta, release, or audit.
- After durable changes under
docs/, runpython tooling/harness.py docs sync --json; this maintains the live project link and the project name selects the external subfolder.
Start with python tooling/harness.py campaign start --json; the default is the current interactive Agent session. Set runtime.campaign_execution_mode: worker_process only for unattended background execution.
Inspect with python tooling/harness.py campaign status --json.
Use --standalone on a focused Operation only when isolation is intended.
Signals
- GitHub stars
- 86
- Forks
- 9
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
campaign- Source
- github.com/linzhe001/harness-research