goal-planner

Solid

Define user goal, scope, constraints, and done criteria before standard or deep frontend work. Skip micro-fixes, obvious type errors, tiny styling changes, and isolated direct edits.

AI & Automation 5 stars 0 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
26
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Goal Planner ## Purpose Create a clear goal contract for standard or deep frontend work before implementation begins. This skill exists to prevent ambiguous or large requests from turning into unfocused coding. It defines what the user wants, what is in scope, what is out of scope, which constraints apply, and what observable conditions mean the task is done. ## When To Use Use this skill only after `AGENTS.md` and `common/prompt-intent-routing-rules.md` classify the task as `Standard Workflow` or `Deep Workflow`. Use this skill when: - the user asks for a multi-file feature; - the user asks for a new screen, flow, or frontend capability; - the user asks for architecture, greenfield project creation, or broad redesign; - the request is ambiguous enough that implementation would require guessing the goal; - the task needs a compact goal before execution planning; - the task needs a durable goal contract because work may span multiple slices. ## When Not To Use Do not use this skill for `Lightweight Workflow` prompts, including: - one small bug; - one obvious typo; - one obvious type error; - one small styling adjustment; - one isolated component change; - one direct file-scope edit; - one local refactor with clear boundaries. Do not use this skill to implement code, install tools, scaffold projects, rewrite architecture, or perform visual QA. If a lightweight task reveals hidden scope, escalate first using `common/prompt-intent-routing-rules.md`, then use this sk...

Details

Author
ytvee-dev
Repository
ytvee-dev/webdev-agent-kit
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category