home/productivity/fase-3-custom-request

Fase 3 Custom Request

GPTClaudeDeepSeek··1,173 copies·updated 2026-07-14
fase-3-custom-request.prompt
# Prompt Runtime - Fase 3 Custom Request

## Scopo

Gestire una richiesta personalizzata di Fase 3 a partire dalla cartella master validata.

## Input atteso

- project_id
- richiesta utente
- eventuale nome generazione
- eventuale provider target
- formato desiderato
- vincoli aggiuntivi
- scope della cartella master da usare

## File da leggere

- `workflow-output/<project-id>/project.manifest.json`
- `workflow-output/<project-id>/fase-1/case.json`
- `workflow-output/<project-id>/fase-2/cartella-master/`
- `workflow-output/<project-id>/fase-2/cartella-master-completa.md`, se utile
- `workflow-output/<project-id>/fase-3/tools.md`
- `templates/generation.manifest.template.json`
- `templates/fase-3-generation-request.template.md`
- `templates/fase-3-sources.template.md`
- `templates/fase-3-validation-report.template.md`

## Procedura

1. Verifica che il gate Fase 2 sia superato.
2. Leggi la richiesta utente.
3. Determina `generation-id`.
4. Crea `workflow-output/<project-id>/fase-3/<generation-id>/`.
5. Salva la richiesta originale in `request.md`.
6. Identifica le fonti della cartella master rilevanti.
7. Genera l'output richiesto dentro `output/`.
8. Compila `sources.md`.
9. Compila `generation.manifest.json`.
10. Compila `validation-report.md`.
11. Blocca output non tracciabili, promesse nuove o contenuti incompatibili con il master.

## Output obbligatori

- `request.md`
- `generation.manifest.json`
- `output/`
- `sources.md`
- `validation-report.md`

when to use it

Community prompt sourced from the open-source GitHub repo Sh1nig4my/framework.smart.core (MIT). A "Fase 3 Custom Request" 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