pursue

Orchestrate autonomous execution loops to complete specs via test matrices.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/sanskarbasnet/fstack --skill pursue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pursue
Source: https://github.com/sanskarbasnet/fstack/tree/main/pursue
Command: npx skills add https://github.com/sanskarbasnet/fstack --skill pursue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates autonomous long-horizon execution loops to complete specs referenced by intents, reducing manual orchestration and context-switching.

Core Features & Use Cases

  • Autonomous pursuit loop: reads the active intent, locates the linked spec, and iterates through the test matrix rows, writing minimal failing tests, implementing fixes, and validating results.
  • Breadcrumb-based resume: records progress in the intent body to support pause/resume and clean restarts.
  • Safety & governance: enforces preconditions (active intent, spec presence, non-empty test matrix) and caps iterations to prevent runaway loops.

Quick Start

Provide the active intent and its linked spec, then let the agent autonomously iterate until all test matrix rows pass.

Frequently Asked Questions about pursue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate long-horizon task execution for software specs?

You can automate long-horizon execution by providing an active intent with a linked spec, allowing the agent to autonomously iterate through the test matrix, write minimal failing tests, implement code, and validate results until all rows pass.

What is an autonomous pursuit loop for development intents?

An autonomous pursuit loop reads an active development intent, locates its linked spec, and iterates through the test matrix by writing minimal failing tests, implementing code fixes, and validating results to reduce manual orchestration and context-switching.

How do I resume an autonomous workflow after pausing a long task?

You resume an autonomous workflow by using breadcrumb-based progress tracking recorded in the intent body, which supports pausing and cleanly restarting the pursuit loop without losing completed test matrix iterations.

What preconditions are required to start autonomous test matrix iteration?

Preconditions for starting autonomous test matrix iteration require an active intent, a linked spec, and a non-empty test matrix. The system enforces these safety rules alongside iteration caps to prevent runaway loops.

How does the autonomous loop handle runaway execution and safety governance?

Safety governance handles runaway execution by enforcing preconditions like spec presence and non-empty test matrices, while capping iterations to prevent infinite loops and stopping the execution cleanly on success or user pause.