okhp3-glee-fully-gpt-readiness
OverKill Hill P³ · overkillhill.com · github.com/OKHP3
Turn scattered GPT ideas and partial artifacts into a buildable, testable brief.
This is an intake and gap-analysis skill, not the builder itself.
Glee-fully readiness lens
Assess the concept against https://glee-fully.tools as its public positioning
reference. In addition to the eight generic readiness domains, require evidence
for the intended life, work, or wonder moment; Tool versus Tool-ette scope;
neighboring-tool handoffs; the “Best for” audience; persona density; and a
concrete user benefit that survives removal of the sparkle. A Glee-fully
concept is not ready when its voice is vivid but its job, boundary, output, or
acceptance evidence is vague.
Scope
| In scope |
Out of scope |
| Concept triage, evidence inventory, requirement elicitation, readiness scoring, and builder handoff |
Writing production integrations, managing credentials, publishing a GPT, or claiming volatile platform limits |
Operating contract
- Inventory before asking. Inspect the supplied conversation, notes, files, prior prompts, prompt-chain stages, and existing GPT export. Record each artifact as
present, partial, missing, or conflicting; never ask for information already present.
- Classify every claim. Quote or point to the source artifact for every
present claim. Label it verified_platform_fact, source_derived_practice, theory, preference, inferred, or unknown. A source assertion does not become a platform fact by being repeated.
- Assess the eight readiness domains: job and audience, outcomes, boundaries, conversation contract, instruction behavior, knowledge/data, tools and permissions, and evaluation/governance.
- Identify blockers. A missing primary job, audience, safety boundary, allowed data source, or acceptance test is a build blocker. Do not declare a concept ready while a blocker remains unresolved.
- Ask only high-yield questions. Return the smallest question set that closes the largest blockers. Group questions by domain and explain why each answer matters.
- Score transparently. Score each domain 0 to 3:
0 missing, 1 vague, 2 usable with assumptions, 3 explicit and evidenced. Report the total, percentage, blockers, assumptions, and confidence. A score is not a substitute for blocker review.
- Choose a disposition:
ready_for_builder, ready_with_questions, needs_artifact_recovery, not_a_custom_gpt, or blocked_by_authority. Explain the decision.
- Plan maturity from the start. For each acceptance test, state its evidence source, the failure it guards against, and how a future revision will be evaluated. For a multi-step build, produce an intake, contract, configuration, challenge, release, and recovery map. Each stage needs an input, observable exit gate, and recovery action. Treat untested claims as hypotheses, not release criteria.
- Produce a handoff. When the user is ready to continue, emit a builder-ready brief containing confirmed requirements, open questions, source evidence, non-goals, acceptance tests, safety constraints, and unresolved platform facts marked
verify.
Required output
Return these sections in order:
- Readiness verdict with disposition, score, confidence, and blockers.
- Evidence inventory table with
domain, status, claim_class, evidence, source, and owner/action.
- Gap register separating blockers, important gaps, assumptions, conflicts, and unverified theories.
- Targeted questions only for gaps that change the build decision or acceptance tests.
- Phase and recovery map when the source contains a chain or multi-step process.
- Build handoff when enough information exists, using the schema in
references/readiness-dossier-schema.md.
Use synthetic or public-safe examples. Do not request secrets, tokens, private customer data, or employer-confidential material. If the concept is actually an Agent Skill, MCP server, fine-tuned model, or ordinary prompt, explain the mismatch and route to the appropriate workflow. Use custom-gpts/consolidated/EVIDENCE-REGISTER.md as the repository's interpretation standard when it is available.
Quality gates
- Every score has evidence or is explicitly marked missing.
- Every consequential claim has a claim class and a traceable source.
- Every blocker maps to a concrete question or artifact request.
- No duplicate questions for information already supplied.
- Acceptance tests are observable and testable, not aspirations.
- Current platform behavior is labeled
verified, unverified, or needs verification.
- The handoff is sufficient for
okhp3-glee-fully-gpt-builder to begin without repeating intake.
- A chain status or completion label is not treated as proof; each proposed phase has an observable gate and recovery path.
Handoff
Read references/readiness-dossier-schema.md before producing JSON or a machine-readable dossier. Use evals/evals.json as calibration for expected behavior. After a ready_for_builder verdict, load okhp3-glee-fully-gpt-builder.
About
Built by Jamie Hill · OverKill Hill P³
Published at github.com/OKHP3
Part of the OKHP3/skillz Agent Skill library.
MIT License -- free to use, fork, and adapt. A nod to the source is appreciated.
1---2name: okhp3-glee-fully-gpt-readiness3description: Assess an incomplete or newly proposed Glee-fully Tool or Tool-ette for build readiness. Use when a user has a Glee-fully GPT idea, partial notes, pasted conversation, draft instructions, knowledge files, or unfinished assistant and needs an evidence inventory, explicit gaps, targeted elicitation, a readiness score, or a handoff to okhp3-glee-fully-gpt-builder.4license: MIT5---67# okhp3-glee-fully-gpt-readiness89**OverKill Hill P³** · [overkillhill.com](https://overkillhill.com) · [github.com/OKHP3](https://github.com/OKHP3)1011Turn scattered GPT ideas and partial artifacts into a buildable, testable brief.12This is an intake and gap-analysis skill, not the builder itself.1314## Glee-fully readiness lens1516Assess the concept against `https://glee-fully.tools` as its public positioning17reference. In addition to the eight generic readiness domains, require evidence18for the intended life, work, or wonder moment; Tool versus Tool-ette scope;19neighboring-tool handoffs; the “Best for” audience; persona density; and a20concrete user benefit that survives removal of the sparkle. A Glee-fully21concept is not ready when its voice is vivid but its job, boundary, output, or22acceptance evidence is vague.2324## Scope2526| In scope | Out of scope |27|---|---|28| Concept triage, evidence inventory, requirement elicitation, readiness scoring, and builder handoff | Writing production integrations, managing credentials, publishing a GPT, or claiming volatile platform limits |2930## Operating contract31321. **Inventory before asking.** Inspect the supplied conversation, notes, files, prior prompts, prompt-chain stages, and existing GPT export. Record each artifact as `present`, `partial`, `missing`, or `conflicting`; never ask for information already present.332. **Classify every claim.** Quote or point to the source artifact for every `present` claim. Label it `verified_platform_fact`, `source_derived_practice`, `theory`, `preference`, `inferred`, or `unknown`. A source assertion does not become a platform fact by being repeated.343. **Assess the eight readiness domains:** job and audience, outcomes, boundaries, conversation contract, instruction behavior, knowledge/data, tools and permissions, and evaluation/governance.354. **Identify blockers.** A missing primary job, audience, safety boundary, allowed data source, or acceptance test is a build blocker. Do not declare a concept ready while a blocker remains unresolved.365. **Ask only high-yield questions.** Return the smallest question set that closes the largest blockers. Group questions by domain and explain why each answer matters.376. **Score transparently.** Score each domain 0 to 3: `0 missing`, `1 vague`, `2 usable with assumptions`, `3 explicit and evidenced`. Report the total, percentage, blockers, assumptions, and confidence. A score is not a substitute for blocker review.387. **Choose a disposition:** `ready_for_builder`, `ready_with_questions`, `needs_artifact_recovery`, `not_a_custom_gpt`, or `blocked_by_authority`. Explain the decision.398. **Plan maturity from the start.** For each acceptance test, state its evidence source, the failure it guards against, and how a future revision will be evaluated. For a multi-step build, produce an intake, contract, configuration, challenge, release, and recovery map. Each stage needs an input, observable exit gate, and recovery action. Treat untested claims as hypotheses, not release criteria.409. **Produce a handoff.** When the user is ready to continue, emit a builder-ready brief containing confirmed requirements, open questions, source evidence, non-goals, acceptance tests, safety constraints, and unresolved platform facts marked `verify`.4142## Required output4344Return these sections in order:45461. **Readiness verdict** with disposition, score, confidence, and blockers.472. **Evidence inventory** table with `domain`, `status`, `claim_class`, `evidence`, `source`, and `owner/action`.483. **Gap register** separating blockers, important gaps, assumptions, conflicts, and unverified theories.494. **Targeted questions** only for gaps that change the build decision or acceptance tests.505. **Phase and recovery map** when the source contains a chain or multi-step process.515. **Build handoff** when enough information exists, using the schema in `references/readiness-dossier-schema.md`.5253Use synthetic or public-safe examples. Do not request secrets, tokens, private customer data, or employer-confidential material. If the concept is actually an Agent Skill, MCP server, fine-tuned model, or ordinary prompt, explain the mismatch and route to the appropriate workflow. Use `custom-gpts/consolidated/EVIDENCE-REGISTER.md` as the repository's interpretation standard when it is available.5455## Quality gates5657- Every score has evidence or is explicitly marked missing.58- Every consequential claim has a claim class and a traceable source.59- Every blocker maps to a concrete question or artifact request.60- No duplicate questions for information already supplied.61- Acceptance tests are observable and testable, not aspirations.62- Current platform behavior is labeled `verified`, `unverified`, or `needs verification`.63- The handoff is sufficient for `okhp3-glee-fully-gpt-builder` to begin without repeating intake.64- A chain status or completion label is not treated as proof; each proposed phase has an observable gate and recovery path.6566## Handoff6768Read `references/readiness-dossier-schema.md` before producing JSON or a machine-readable dossier. Use `evals/evals.json` as calibration for expected behavior. After a `ready_for_builder` verdict, load `okhp3-glee-fully-gpt-builder`.6970## About7172Built by [Jamie Hill](https://overkillhill.com) · [OverKill Hill P³](https://overkillhill.com)73Published at [github.com/OKHP3](https://github.com/OKHP3)74Part of the [OKHP3/skillz](https://github.com/OKHP3/skillz) Agent Skill library.75MIT License -- free to use, fork, and adapt. A nod to the source is appreciated.