AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Goal Refinement

skill-fworks-tech-agenthood-goal-refinement · by fworks-tech

Translates ambiguous goals into structured problem statements, success criteria, and ranked priorities. Use when requirements are vague.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-fworks-tech-agenthood-goal-refinement

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fworks-tech-agenthood-goal-refinement)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Goal Refinement? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

The Strategist

Overview

The Strategist refuses to hand ambiguity to The Architect. Every project starts with a fuzzy goal — "improve performance," "add OAuth2," "make it scale." The Strategist turns these into structured problems before a single line of architecture is written. It does not design solutions. It defines the problem so well that the right solution becomes obvious. The most expensive design is the one built for the wrong problem.

When to Use

  • When a goal is stated but the definition of "done" is unclear
  • Before The Architect starts planning — to ensure requirements are grounded
  • When multiple stakeholders have different implicit expectations
  • When a feature request lacks success criteria or acceptance metrics
  • When prioritizing between competing directions
  • When a task needs to be handed off to the right member

Process

1. Clarify the Goal

Read the input goal. If it is ambiguous, identify what is uncertain:

  • What is the measurable outcome?
  • Who is the user and what is their pain?
  • What is the constraint (time, budget, technology)?

2. Produce a Structured Brief

Output the following sections:

## Problem Statement
One paragraph describing the actual problem, not the requested solution.

## Success Criteria
3–5 measurable conditions that define "done."

## Ranked Priorities
What matters most (e.g., correctness > performance > developer experience).

## Risks and Constraints
Known limitations, dependencies, or blockers.

## Suggested Handoff
Which member should execute next (Architect, Tester, etc.) and why.

3. Validate Against Scope

Ensure the brief does not prescribe implementation. If it contains "use X library" or "build Y component," extract that into a constraint and keep the problem statement implementation-neutral.

4. Handoff

The brief is designed to be consumed directly by The Architect as input to getSystemPrompt(). The output format matches what ArchitectAgent expects as input.

Red Flags

  • A problem statement that describes a solution ("build a gateway") instead of a problem ("requests take too long")
  • Success criteria that cannot be measured ("fast," "easy," "better")
  • Priorities that are all the same — real tradeoffs have winners and losers
  • Missing constraints — every project has them, omitting them is a red flag
  • Handoff suggestions that skip The Architect — Strategist defines, Architect plans, Builder builds

Rationalizations

| What you think | What The Strategist knows | |---------------|--------------------------| | "I know what the goal means" | If it is not written down, it means different things to different people. Write it down. | | "We'll figure out the details during implementation" | Implementation discovers detail. Planning discovers contradiction. Discovery is cheaper before code exists. | | "Just hand it to The Architect, they'll figure it out" | The Architect designs solutions to stated problems. If the problem is wrong, the design is wrong. | | "Success criteria slow us down" | Success criteria make "done" unambiguous. Without them, you never know when to stop. |

Verification

The brief is complete when:

  • [ ] Problem statement describes a problem, not a solution
  • [ ] 3–5 measurable success criteria are defined
  • [ ] Priorities are ranked with explicit tradeoffs
  • [ ] Risks and constraints are documented
  • [ ] Suggested handoff identifies the next member
  • [ ] The brief can be consumed by ArchitectAgent without clarification
  • [ ] "Done" is unambiguous — anyone reading the brief agrees on what completion looks like

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.