Expand description
WorkPlanner — three-source task synthesis (RFC-031 §7).
Selects the next task for the TokenMaxer from three prioritized sources,
each filtered to non-destructive, bounded work (maxing runs unattended — no
rm, no deploys, no outbound network beyond read):
- Source A — autonomous skills: skills with frontmatter
autonomous: true. This is the “자주 실행되던 스킬” axis. - Source B — registered projects/mounts: a bounded, read-mostly review task synthesized from each project’s paths.
- Source C — recurring patterns: stubbed (lowest priority; avoids inventing work).
Structs§
- Planned
Task - A unit of work the TokenMaxer can dispatch on one provider.
- Work
Planner - Selects the next task for a maxing run.