Stress test and refine plan
argus-refine-planworkflowsetup L2★0
nicolaslara/argus ↗What it does
Adversarially stress-test and refine a workpad tasks.md until the plan is sound, across multiple lenses, looping until reviewers stop finding material issues
Best for
Topologically sorted task execution across human-in-the-loop and agentic work layers.
Inputs
- · args object
- · structured data
Outputs
- · verification report
- · design document
- · refined artifact
Requires
- · Claude Code agent runtime (parallel/fan-out)
- · subagent execution
- · JSON schema validation
Preconditions
- · Caller must pass required args
- · Artifact must conform to specified schema
- · Claude Code workflow harness
Failure modes
- · Blocking dependencies unresolved causes topo-sort failure
- · File conflicts if fix groups overlap
- · Agent returns data not matching schema → structured rejection
Trust signals
- · Structured schema enforcement
- · Explicit concurrency isolation (disjoint files/resources)
- · Adversarial cross-check phase