When to Use
Use this skill as the first step of any story-creation chain
under /Historias/. Trigger conditions:
- The user asked to "redactar una historia" / "draft a story" / "feature spec" without first stating WHO/WHY/WHAT explicitly.
- An RFP / client brief landed and we are about to price it.
- Internal "we should do X" requests that haven't been validated.
Skip this skill only if the input already arrives in
Connextra+Gherkin form — that's the contract for story-writer.
Rules
- Iron Law: no fixes without investigation. Before reframing,
restate the original request verbatim at the top of the artifact
(under heading
## Original request) so the chain has the audit trail. - Identify the real product hiding inside the request. The user often asks for solution X but wants outcome Y. Name Y explicitly.
- Ask at least three forcing questions about Who / Why / What
success looks like. Do not assume answers. If the user is not
present, list questions as
## Forcing questions (unanswered). - Output is structured Markdown with these sections in order:
## Original request,## Reframed objective,## Stakeholders,## Forcing questions,## What success looks like,## Constraints we already know. - Word count target: 300–800. Below is too thin; above is leaking into the next agent's job.
- Hand off to
plan-ceo-review(position 1) by writing the artifact to/Historias/<slug>/0-office-hours.mdand callingaria_artifact_save.
Verification
- Artifact saved at
/Historias/<slug>/0-office-hours.md - Sections in canonical order
- Word count in [300, 800]
- At least 3 forcing questions present (answered or not)
- Original request quoted verbatim
- No solutions proposed (that's
autoplan's job)