TE
Travis Eric
HomeNow
Work with meBook a 30-minute call
Travis Eric LogoTravis Eric

AI consulting and custom software, based in Fort Collins. Explore the work. Bring your next idea.

Travis Eric AI Consulting(720) 770-2979

Navigate

  • Home
  • Now
  • Projects
  • How I work

Deeper

  • Work with me
  • About
  • Share your experience
  • Case Studies
  • Resources
  • Impossible Vision
  • Technical Stack
  • Manifesto
  • Writings

Follow the work

New systems and field notes, sent when they ship.

Communities

AI Builder's LabView membershipTeneo Publishing CollectiveView details
@TravisEric_Travis Eric@TravisericLive Builds@travis_eric
PrivacyTerms© 2026 Travis Eric
/
/
Back to writings
Skills and playbooks

goal-finder — derive the goals a repo needs to finish

Travis EricSeptember 24, 20263 min read
Share this post:

Practical Goal Derivation with goal-finder

Last night, our build system ran the goal-finder tool on the Fleet Control Plane repo. The output was clear and actionable, which is exactly what I hoped for from this skill. goal-finder takes a repository's scattered documentation and synthesizes it into a list of verifiable goals — a true "definition of done."

How the Modes Work

The tool operates in two modes: Mode A for a repo-wide backlog and Mode B for a contextual next-goal. In our use case, Mode A was triggered. This mode scans all documentation, including roadmaps and unchecked task lists, to produce a coherent backlog. The backlog isn't just a to-do list; it orders tasks by build order and prioritizes them based on impact and dependencies.

Why goal-finder Matters

The beauty of goal-finder is its focus on creating goals as verifiable contracts. Unlike vague objectives, each goal specifies a completion condition, such as a test passing or a command exiting with a status of 0. This is crucial because it turns abstract tasks into concrete, achievable milestones.

The Output

The output was a set of 15 goals, with each goal represented in a single paragraph. This format is intentional; it ensures that each goal is self-contained and repo-specific, making it easy to copy-paste and execute in a /goal run or a focused work session.

Practical Rules

One of the most useful aspects of goal-finder is how it enforces operating rules. For example, every task gets written to a shared checklist, following .claude/skills/goal-autopilot/references/SHEET-AUTHORING-CHECKLIST.md. This ensures consistency and prevents tasks from falling through the cracks.

Goals are grouped into phases that can run in parallel, provided there are no unmet prerequisites. This parallelization can drastically reduce the time it takes to complete a project, a feature especially valuable in complex repos like the Fleet Control Plane.

Compute Class

Each task is assigned a compute class between 1 and 10, indicating the level of computational effort required. For instance, a task that involved cross-system coordination was rated as a compute class 7, which denotes a high complexity but manageable within ordinary build/test efforts.

Conclusion

The real power of goal-finder lies in its ability to transform a chaotic set of documents into a clear, actionable roadmap. By breaking down tasks into verifiable contracts, it not only clarifies the path to completion but also makes it more achievable. This is not just about knowing what needs to be done; it's about knowing how to get it done efficiently.

Join Pattern Insights

Get weekly insights on AI architecture, pattern recognition, and building platforms without permission.

On this page

  • Practical Goal Derivation with goal-finder
  • How the Modes Work
  • Why goal-finder Matters
  • The Output
  • Practical Rules
  • Compute Class
  • Conclusion
Tags:
build-in-public

Read next

September 24, 2026

autopilot-scout — find loops & goals to set

In my recent overnight build system review, I used the autopilot-scout tool to identify automation opportunities within our repository. The tool's purpose is...

Read it

September 23, 2026

Restart Board

When I faced a 30-window reboot catastrophe, I realized I needed a system to remember exactly what I was doing and prioritize my next moves. That's when...

Read it

September 21, 2026

heart — write the room, then prove it, then remember what moved them

The process of crafting communication that resonates with others is documented in the .claude/heart/ directory, specifically in files like 03THEEIGHTRIGHTS.md...

Read it

Join the Discussion

Have thoughts on this post? I'd love to hear them! Join the conversation on X where we can discuss AI architecture, pattern recognition, and building platforms.

Discuss on X

Or reach out directly at @TravisEric_