GAAI-framework refine-scope
Iteratively refine Discovery artefacts (plans, epics, stories) when feedback, ambiguity, or uncertainty is detected. Activate when artefacts are incomplete, acceptance criteria are missing, or human feedback highlights gaps.
install
source · Clone the upstream repo
git clone https://github.com/Fr-e-d/GAAI-framework
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Fr-e-d/GAAI-framework "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.gaai/core/skills/discovery/refine-scope" ~/.claude/skills/fr-e-d-gaai-framework-refine-scope && rm -rf "$T"
manifest:
.gaai/core/skills/discovery/refine-scope/SKILL.mdsource content
Refine Scope
Purpose / When to Activate
Activate when:
- Artefacts are ambiguous or incomplete
- Acceptance criteria are missing or unclear
- Human or peer feedback highlights gaps
- New information alters original intent
- Discovery action plan indicates unresolved risks
This skill is not for first-draft creation — it deepens clarity and reduces uncertainty in existing artefacts.
Process
- Load relevant context (artefacts + partial plan + memory)
- Identify gaps, contradictions, or missing acceptance criteria
- For each numbered feedback item: (a) identify the target artefact field or section, (b) apply the feedback as a direct modification to that field, (c) record what was changed and why in the refinement log.
- Adjust scope, acceptance criteria, or artefact structure
- Produce a refined Discovery plan or refined artefacts
- Verify that all modified fields still comply with the Quality Checks below. If a field fails, mark it for re-refinement in the next iteration. Do NOT invoke
— that is the agent's responsibility after this skill completes.validate-artefacts - Stop when all feedback items from Step 3 have been applied and all modified fields pass the Quality Checks. If any feedback item cannot be applied without changing product intent, flag it as requiring human escalation.
Outputs
Written outputs:
— refined artefacts written back to their original locationscontexts/artefacts/
Inline outputs:
— returned inline to the invoking agentrefined_discovery_plan
Refined Discovery Action Plan Goal: <clarified objective based on feedback> Steps: 1. <updated skill step> — improved focus 2. <updated skill step> — adjusted checkpoint Artefact Updates: - <Epic ID> — updated outcome wording - <Story ID> — acceptance criteria strengthened Validation: - all gates passed: yes | no - blockers: <if any>
Quality Checks
- Acceptance criteria are present and testable
- Artefact scope is clear and bounded
- Cross-dependencies are explicit
- Risks and assumptions are documented
- All governance rules are satisfied
Non-Goals
This skill must NOT:
- Invent new product direction
- Override human intent
- Generate completely new artefacts unconnected to context
- Bypass governance rules
It enhances, not replaces, existing outputs. Quality drives clarity — refinement reduces ambiguity before execution.