mit einem Klick
create-prototype
Create Prototype
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Create Prototype
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Canonical turn protocol for agents writing to Neotoma. Bounded retrieval on the user message, store user message PART_OF conversation with REFERS_TO edges to retrieved entities, store assistant reply the same way. Use this skill in any agent loop that should persist conversation state to Neotoma.
Session-end audit. Files remaining work as task entities and lists them as bullets, verifies all data intended for Neotoma storage from this session is actually stored, and persists what's missing. Invoke at the natural close of a working session, before context is lost.
Mid-session status report. Summarizes what's been achieved so far this session and what work remains, in succinct qualitative prose and bullets with only light technical detail. Read-only — stores nothing, files nothing. Invoke any time to take stock without closing the session.
Close a Neotoma working session — store the assistant reply and a session-close summary.
Retrieve the bounded context for the current session — recent interactions and relevant entities.
Begin a Neotoma working session — open a conversation and record the opening interaction.
| name | create_prototype |
| description | Create Prototype |
Create fully functional client-side prototype for Feature Unit {{input:feature_id}}.
Follow foundation/development/feature_unit_workflow.md Step 1 (Prototype Creation). Configuration is read from foundation-config.yaml.
This happens after Checkpoint 0 (spec creation) and before Checkpoint 1 (prototype review).
Implements prototype creation after Checkpoint 0 (spec) is complete. Creates a fully interactive, client-side prototype with mocked APIs.
Load configuration:
foundation-config.yaml to get feature unit settingsLoad spec and manifest:
{configured_directory}/in_progress/{{input:feature_id}}/{{input:feature_id}}_spec.md (or completed/ if completed){configured_directory}/in_progress/{{input:feature_id}}/manifest.yaml (or completed/ if completed)Check if UI changes present:
Create prototype:
frontend/src/prototype/){prototype_dir}/components/{{input:feature_id}}_*.tsx{prototype_dir}/fixtures/{{input:feature_id}}_*.tsPrototype requirements:
Make prototype runnable:
npm run dev:prototype)Output:
Present:
Ask:
**Prototype Approved:** YYYY-MM-DDRun Feature Workflow)feature_id (string): The feature identifier