com um clique
create-plan
Create New Plan
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Create New Plan
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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.
Baseado na classificação ocupacional SOC
| name | create_plan |
| description | Create New Plan |
Create a new plan entity in Neotoma with title = {{input:title}}.
Follow the complete workflow in foundation/development/plan_workflow.md. Configuration is read from foundation-config.yaml.
This workflow can also be triggered automatically via .claude/rules/plan_detection.mdc when you mention planning-related patterns in natural language (e.g., "create plan", "new plan"). Both paths execute the same workflow.
Implements Checkpoint 0 of the plan creation workflow:
plan entityneotoma-plans mirrorCollect required fields:
Ask the user for any missing required fields:
title — Short, imperative namedescription — Problem being solved and why it mattersscope — What is explicitly in scopeout_of_scope — What is explicitly out of scopesuccess_criteria — Measurable conditions for completionstatus — Default to draftOptional fields to offer (collect if relevant):
priority (P0/P1/P2/P3)phasetarget_releasedeliverablesdependencies (canonical names of plans this plan requires)testing_notesobservability_notesAlignment check:
After collecting fields, produce a concise summary:
Ask: "Does this accurately capture what you want this plan to do?"
Incorporate corrections and re-summarize if changes are substantial. Do not proceed until the user confirms.
Store the plan:
Use store or submit_entity with:
entity_type: planCreate relationships (if relevant entities are mentioned or known):
REFERS_TO for objectives, releases, or parent plansDEPENDS_ON for plans this plan requiresINFORMED_BY for issues, feedback, or researchConfirm and offer mirror rebuild:
Plan stored: {canonical_name}
To refresh plans/ in the repo, run:
neotoma mirror rebuild --profile neotoma-plans
Do not wait for a response before completing this skill.
Load before starting:
foundation/development/plan_workflow.md (workflow)foundation-config.yaml (configuration)title (string): Short plan name, e.g. "Add selective mirror profiles"