원클릭으로
foundups-wsp
WSP Framework knowledge and compliance for Foundups Agent development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
WSP Framework knowledge and compliance for Foundups Agent development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Parse natural-language coding requests into structured tasks for FoundUps worker handoff. Use when the user describes code work but intent is unstructured.
Tiny text-only skill to verify AI Edge Gallery loaded a FoundUps worker skill. Say LOAD_OK if the user says ping.
Validate parser, scope, packet, and result JSON objects against FoundUps mobile worker v1 shapes before handoff to 0102. Use when pasting pipeline outputs or a pipeline envelope.
Summarize raw test output, logs, or diffs into a compact worker-friendly report for FoundUps handoff. Use after execution upstream returns artifacts.
Narrow ambiguous coding work to the smallest safe scope for FoundUps worker handoff. Use after foundups-code-task-parser or when scope is broad.
Convert a scoped coding task into a strict machine-readable task packet for upstream FoundUps execution. Use after scope is locked.
| name | foundups-wsp |
| description | WSP Framework knowledge and compliance for Foundups Agent development |
| user-invocable | true |
| category | workflow |
| evals | [] |
You have access to the Work Structure Protocol (WSP) Framework that governs all Foundups development.
Boot protocol for 0102. Execute awakening script before major operations:
python -u WSP_agentic/scripts/functional_0102_awakening_v2.py
Modules organized by domain: ai_intelligence, platform_integration, communication, infrastructure
Every module MUST have:
Partner-Principal-Associate pattern for 012's digital representation.
Maximum 2000 lines per file. Use HoloIndex for navigation.
total_ups_circulating terminology. total_ups_minted is legacy alias only.python holo_index.py --search "topic"modules/infrastructure/foundups_tokenization/docs/TOKENOMICS.md matches:
WSP_framework/src/WSP_26_FoundUPS_DAE_Tokenization.mdWSP_framework/src/WSP_29_CABR_Engine.mdmodules/foundups/simulator/README.mdmodules/foundups/simulator/INTERFACE.mdmodules/foundups/simulator/sse_server.py (STREAMABLE_EVENT_TYPES)modules/foundups/simulator/tests/modules/foundups/simulator/tests/TestModLog.mdTo find WSPs needing development:
grep -r "Status:.*Draft\|Status:.*Planned" WSP_framework/src/
When developing a new WSP: