Favicon of follow-goal

follow-goal Skill

AI Agent SkillTypeScriptOpen source

Give the agent a durable objective with a verifiable stopping condition, then keep iterating across turns until that condition is met. Use when the user says 'set a goal', 'follow a goal', '/goal …', 'keep working until …', or asks for a long-running task with a clear end state (migrations, large refactors, retry-until Published by microsoft in vscode-team-kit.

What is follow-goal Skill?

Give the agent a durable objective with a verifiable stopping condition, then keep iterating across turns until that condition is met. Use when the user says 'set a goal', 'follow a goal', '/goal …', 'keep working until …', or asks for a long-running task with a clear end state (migrations, large refactors, retry-until Published by microsoft in vscode-team-kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
35/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Design and media
  • Writing
  • Testing use cases
  • Design and media use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use follow-goal Skill

  • Use it for testing.
  • Use it for design and media.
  • Use it for writing.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/vscode-team-kit
  • Skill file: goal/skills/follow-goal/SKILL.md

What it does

Give the agent a durable objective with a verifiable stopping condition, then keep iterating across turns until that condition is met. Use when the user says 'set a goal', 'follow a goal', '/goal …', 'keep working until …', or asks for a long-running task with a clear end state (migrations, large refactors, retry-until

Skill instructions

<!-- Inspired by Codex's /goal command. -- Skill: Follow Goal Run a long, durable objective across many turns toward a verifiable stop condition — instead of stopping after one normal exchange. Requires session storage + artifact. 1. Persist — Save goal.md to session storage. This is the durable source of truth, readable across turns. 2. Mark as artifact — After saving, call setArtifacts to mark the file as a plan artifact so the user can see live goal state in the UI. Do not write goal.md into the workspace. Do not rely on the artifact alone — artifacts are UI-only and cannot be read back by tools. A goal has four parts. Capture all four before starting work: 1. Objective — what to achieve, in one sentence. 2. Stop condition — an observable, verifiable signal that "done" has been reached (a command exits 0, a file matches a spec, tests pass, parity check passes, etc.). 3. Validation — the concrete commands or artifacts that prove progress (test command, build command, lint, diff again

Explore related resources

Frequently asked questions

What is follow-goal?

follow-goal is a open-source AI agent skill with Copy skill directory. Give the agent a durable objective with a verifiable stopping condition, then keep iterating across turns until that condition is met.

Who is follow-goal best for?

follow-goal is best for reusing agent instructions, scripts, and references, testing workflows, design and media workflows, writing workflows.

How do I install follow-goal?

Install or run follow-goal using Copy skill directory. Check follow-goal for the latest setup command.

Is follow-goal actively maintained?

follow-goal may need a closer maintenance check before production use.

Share:

Stars
25
Forks
5
Last commit
15 days ago
Repository age
4 months
License
MIT

Auto-fetched from GitHub.

Similar to follow-goal