一键导入
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 职业分类
| 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:
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.