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.
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.
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
- 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
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 againExplore 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.
Auto-fetched from GitHub.