원클릭으로
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.