一键导入
mycelium-expectation
Ruleset for authoring client expectations in the Mycelium framework
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ruleset for authoring client expectations in the Mycelium framework
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Communication behavior for leader agents who speak directly to users. Language matching, dense precision, fact verification, and clear-as-possible answers.
Shared dependency version catalog for dependency-installing and dependency-bumping agents. Load before adding, updating, or recommending dependencies.
Ultra-compressed English-only communication. Drops everything non-essential. Keeps full technical accuracy. No tiers, no modes.
Use this when you need to build, debug, capture, validate, and refine Godot games end to end with native GDScript, staged planning, scene builders, visual QA, and optional 3D asset workflows.
Convert a local document or image file to a Markdown file using Mistral OCR. Supports PDF, Office, OpenDocument, images, and text/code formats. Use when you need to extract text from a file into a clean Markdown file.
Keeps agents up to date on modern CSS capabilities and replacements for legacy approaches. Use this when editing CSS files.
| name | mycelium-expectation |
| description | Ruleset for authoring client expectations in the Mycelium framework |
Use these rules and schemas for writing client expectations (EXP-*.md files). Expectations are higher-level, outcome-focused documents describing what the commissioning client expects from the product. They are intentionally lighter than directives.
Client expectations describe what the product should achieve. They include:
Expectations intentionally avoid:
references/_templates/default.mdIf local references cannot be read, view them online at https://github.com/digitalygo/opencode-setup/tree/main/skills/mycelium-expectation/references
| File | Topics Covered |
|---|---|
_schema.yaml | Schema validation rules, minimal required fields |
default.md | General use template for expectations |
---
type: [feature|improvement|integration|other]
priority: [critical|high|medium|low]
area: string
---
# [Readable title]
## Purpose & Value
...
## Expected Outcomes
...
## Success Criteria
- [ ] ...
## Out of Scope
...
EXP- for expectations (e.g., EXP-user-checkout-flow.md)substrate/expectations/ or substrate/expectations/{area}/| Aspect | Directives (DRC-*) | Expectations (EXP-*) |
|---|---|---|
| Location | substrate/directives/ | substrate/expectations/ |
| Audience | Developers and AI agents | Commissioning client and stakeholders |
| Focus | Implementation details | Business outcomes and value |
| Structure | Detailed, structured | Lighter, high-level |
| Content | Architecture, logic, constraints | Business behavior, success states, product results |
For developer directives, see the mycelium-directive skill.
Reference template in skills/mycelium-expectation/references/_templates/:
default.md for general useWrite expectations to substrate/expectations/ in the target repository.