home/productivity/fase-1-case-intake

Fase 1 Case Intake

GPTClaudeDeepSeek··1,321 copies·updated 2026-07-14
fase-1-case-intake.prompt
# Prompt Runtime - Fase 1 Case Intake

## Preflight

- Read `.agents/skills/smart-fase-1-case-intake/SKILL.md`.
- Read `framework-documents/contracts/phase-1-contract.md`.
- Read `framework-documents/wizard/case-schema.json`.
- Confirm `project_id` or derive it from `project_title`.
- Stop if output would be written outside `workflow-output/<project-id>/`.

## Inputs

- User brief or partial case.
- Project title or project ID.
- Known goals, audience, constraints, content scope and generation targets.

## Schema validation

- Fill only fields allowed by `case-schema.json`.
- Normalize select values only to allowed options.
- Do not invent fields outside schema.

## Data provenance

Classify important values as user-provided, inferred, assumed, default or unresolved. If provenance cannot be embedded without breaking schema compatibility, record it in assumptions and validation notes.

## Assumptions

Create `fase-1/assumptions.md` and, when possible, `fase-1/assumptions.json`. Each assumption must include ID, statement, reason, source, confidence, impact and human review need.

## Open questions

Create `fase-1/open-questions.md`. Every question must have severity: `blocking`, `important` or `optional`. Phase 2 cannot start with unmanaged blocking questions.

## Output generation

Create or update:

- `project.manifest.json`
- `fase-1/case.json`
- `fase-1/assumptions.md`
- `fase-1/open-questions.md`
- `fase-1/validation-report.md`
- `status/progress.md`

## Validation

Run or simulate:

when to use it

Community prompt sourced from the open-source GitHub repo Sh1nig4my/framework.smart.core (MIT). A "Fase 1 Case Intake" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Sh1nig4my/framework.smart.core · MIT