ワンクリックで
workflow
System-level AI workspace rules and behavioral protocol combining GSD state management and superpowers workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
System-level AI workspace rules and behavioral protocol combining GSD state management and superpowers workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | workflow |
| description | System-level AI workspace rules and behavioral protocol combining GSD state management and superpowers workflow. |
[!IMPORTANT] CRITICAL COMMAND: You must read and follow this protocol before responding to any user query or invoking any tool. Failure to follow this state machine will result in execution termination.
You must proceed through these 5 phases in strict chronological order. You cannot skip or combine phases.
stateDiagram-v2
[*] --> Phase1_Recall
Phase1_Recall --> Phase2_Explore : Memory Loaded
Phase2_Explore --> Phase3_Plan : Graph Intel Ready
Phase3_Plan --> Phase4_Execute : Plan Approved
Phase4_Execute --> Phase5_Verify : Code Completed
Phase5_Verify --> [*] : Walkthrough Created
agentmemory or openclaw-memory tools (retrieve, query, or search).gitnexus tools (context, impact, query).gitnexus to query the knowledge graph first to locate the files related to the request.docs/superpowers/specs/YYYY-MM-DD-<feature-name>-design.md.docs/superpowers/plans/YYYY-MM-DD-<feature-name>.md.gitnexus.detect_changes to ensure only the planned files were altered.walkthrough.md detailing:
agentmemory/openclaw-memory store/save tool to persist the session context.| Tool Category | Permitted Actions | Prohibited Actions |
|---|---|---|
| Code Modification | Single-chunk replacements, exact line matching. | Modifying adjacent lines, global file rewrites. |
| Command Execution | Running local tests, starting dev servers. | Unsupervised build runners, global git commits. |
| Memory System | Saving logs, retrieving semantic context. | Bypassing memory query at session start. |
All file modifications must use the following standard diff format when presenting output to the user:
- [Old code line]
+ [New code line]
To ensure robust and maintainable code, always follow these four core principles inspired by Andrej Karpathy:
Don't assume. Don't hide confusion. Surface tradeoffs.
Minimum code that solves the problem. Nothing speculative.
Touch only what you must. Clean up only your own mess.
Define success criteria. Loop until verified.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation, combined with GitNexus and AgentMemory.
Trace call graphs, dependencies, and execution flow of target code using GitNexus.
Convert binary and formatted documents (PDF, DOCX, XLSX, PPTX, HTML, ZIP, etc.) to Markdown using MarkItDown and extract requirements.
Safe, structured refactoring of target code using GitNexus graph mapping, AgentMemory checks, and TDD workflows.
Run targeted unit/integration tests on changed components, run full regression suites, and log outcomes in memory.
Verify codebase modifications, execute test runners, detect file change scope using GitNexus, and persist session memory.