원클릭으로
run-feature-workflow
Run Feature Workflow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run Feature Workflow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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 | run_feature_workflow |
| description | Run Feature Workflow |
feature_id = {{input:feature_id}}
Configuration is read from foundation-config.yaml.
Load configuration:
foundation-config.yaml to get feature unit settingsRead authoritative documents:
foundation/development/feature_unit_workflow.md (workflow context){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)foundation/development/templates/feature_unit_spec_template.mdDetermine risk level:
Apply Feature Unit execution principles:
Run tests (based on configuration):
testing.require_unit_tests: true)testing.require_integration_tests: true)testing.require_e2e_tests: true)If any tests fail:
Fix Feature Bug with feature_id={{input:feature_id}}Apply error protocol (if repository has one) only if bugs were encountered and fixed via step 5.
Spec-to-Implementation Diff Checkpoint (CRITICAL):
Before producing the final summary:
Produce a final change summary:
feature_id (string): The feature_id to work on.