Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

mycelium

يحتوي mycelium على 69 من skills المجمعة من haabe، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
69
Stars
39
محدث
2026-07-11
Forks
3
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

diamond-assess
متخصصو إدارة المشاريع

Use to evaluate the current state of a diamond. Checks theory gates, confidence levels, and recommends next action.

2026-07-11
harms-check
محللو أمن المعلومات

Use when building anything USER-FACING (or with persuasion/retention/cancellation/consent/pricing flows, or that touches vulnerable people) to surface design-level harm the security/privacy/compliance gates miss: dark/deceptive patterns and foreseeable misuse. Assumes the product works as designed and asks who it could harm and whether it is Happier-negative. NUDGE, not a block.

2026-07-11
canvas-health
مطوّرو البرمجيات

Lint canvas files for staleness, missing fields, inconsistent evidence types, and orphaned references. Run periodically or before major transitions.

2026-07-05
a11y-check
مصممو واجهات الويب والرقمية

Accessibility audit against WCAG 2.1 AA. Checks semantic HTML, ARIA, keyboard navigation, color contrast, screen reader compatibility.

2026-07-04
assumption-test
متخصصو إدارة المشاريع

Design the smallest viable test to validate or invalidate a critical assumption. Based on Torres's assumption testing framework, organized by Gilad's AFTER model (Assessment → Fact-Finding → Tests → Experiments → Release Results).

2026-07-04
bias-check
متخصصو إدارة المشاريع

Use before any research activity or significant decision. Reviews cognitive biases relevant to the current stage.

2026-07-04
bvssh-check
متخصصو إدارة المشاريع

Use to evaluate whether current work aligns with Better Value Sooner Safer Happier. Run at diamond completion and periodically.

2026-07-04
canvas-sync
مطوّرو البرمجيات

Synchronize canvas state across team sessions via git. Ensures all team members see the same product knowledge.

2026-07-04
canvas-update
مطوّرو البرمجيات

Update canvas sections with new evidence. Ensures canvas stays current as the single source of truth.

2026-07-04
corrections-audit
مطوّرو البرمجيات

Use to analyze correction trends, surface recurring patterns, and graduate repeat corrections to guardrails or anti-patterns.

2026-07-04
cynefin-classify
متخصصو إدارة المشاريع

Use when facing a new problem to classify its domain (Clear, Complicated, Complex, Chaotic, Confused) and select appropriate methods.

2026-07-04
define-done
متخصصو إدارة المشاريع

Pin a measurable, outcome-based Definition of Done for a diamond — a behaviour-change that creates value, not a build-list. Problem-first Socratic sequence; writes definition_of_done to the diamond at birth or retrofits it when missing.

2026-07-04
definition-of-done
محللو ضمان جودة البرمجيات والمختبرون

Use to verify a feature/story meets all Definition of Done criteria before marking complete.

2026-07-04
delivery-bootstrap
مطوّرو البرمجيات

Use when starting implementation on a new or unfamiliar codebase. Auto-detects tech stack and sets up development context.

2026-07-04
devils-advocate
متخصصو إدارة المشاريع

Systematically challenge current assumptions before major decisions. Counters confirmation bias, groupthink, and overconfidence.

2026-07-04
diamond-progress
مطوّرو البرمجيات

Progress a diamond from one phase to the next. Runs all required theory gate checks, validates evidence, and at Deliver->Complete runs the executable Definition of Done checklist.

2026-07-04
dora-check
مطوّرو البرمجيات

Assess delivery health metrics. For software: DORA + APEX. For content/AI/service products: product-type-appropriate metrics.

2026-07-04
eval-runner
مطوّرو البرمجيات

Run eval scenarios to benchmark Mycelium effectiveness. Execute tasks using reflexion loop, validate against success criteria, record metrics.

2026-07-04
fan-out
مطوّرو البرمجيات

Parallel agent orchestration for OST exploration. Fan-out multiple solution explorations, fan-in results to compare and select winners.

2026-07-04
feedback-review
مطوّرو البرمجيات

Aggregate feedback signals across all active loops. Reports health, trajectory, overdue checks, regression warnings, and Goodhart's Law violations.

2026-07-04
framework-health
مطوّرو البرمجيات

Evaluate Mycelium's own process effectiveness. Measures cycle velocity, discard trends, confidence calibration, gate effectiveness, regression rate. Run quarterly or every 20 cycles.

2026-07-04
gist-plan
مطوّرو البرمجيات

GIST planning workflow. Structure goals into ideas, steps, and tasks using Gilad's evidence-guided framework.

2026-07-04
handoff
مطوّرو البرمجيات

Generate structured handoff materials for offline human tasks (interviews, observations, outreach). Creates actionable briefs with phone-friendly capture templates.

2026-07-04
ice-score
مطوّرو البرمجيات

Use to prioritize solutions or opportunities using ICE scoring with evidence-backed confidence.

2026-07-04
interview
مطوّرو البرمجيات

Use when onboarding a new product/project. Progressive interview to understand purpose, vision, north star, and competitive landscape.

2026-07-04
jtbd-map
محللو أبحاث السوق ومتخصصو التسويق

Map the Jobs to be Done (functional, emotional, and social) that people are trying to get done. Based on Christensen's JTBD theory — applies to any object, not only software.

2026-07-04
launch-tier
محللو أبحاث السوق ومتخصصو التسويق

Classify releases into launch tiers and plan go-to-market. Based on Lauchengco's Loved framework.

2026-07-04
log-evidence
محللو أبحاث السوق ومتخصصو التسويق

Record findings from completed offline human tasks (interviews, observations, outreach) back into the canvas. The re-entry point after /mycelium:handoff.

2026-07-04
metrics-detect
مطوّرو البرمجيات

Detect which external metric sources apply to this product (GitHub, Plausible, Stripe, etc.) and configure adapters. Retrofit entry point for projects that started before v0.14; also runnable to refresh source list when the product grows.

2026-07-04
metrics-pull
مطوّرو البرمجيات

Pull snapshots from all configured metric sources, compute deltas against prior snapshots, flag unexplained signals, and draft evidence entries for canvas files. One entry point for all external product/market metrics.

2026-07-04
migrate-from-legacy
مطوّرو البرمجيات

Migrate a Mycelium project from legacy install (npx-degit, framework files in .claude/) to plugin install (framework lives in plugin cache, .claude/ holds project state only). Detects current install form, walks the user through plugin installation, runs the migration script, and verifies project state survived. Idempotent — safe to invoke on already-migrated projects.

2026-07-04
mocked-persona-interview
محللو أبحاث السوق ومتخصصو التسويق

Use when real user interviews aren't possible (solo/hobby/dogfood projects) but persona work is still needed. Enforces epistemic discipline: adversarial spectrum, pre-committed stop conditions, speculation tagging. NOT a substitute for /mycelium:user-interview when real users are available.

2026-07-04
ost-builder
محللو أبحاث السوق ومتخصصو التسويق

Use to build or update an Opportunity Solution Tree from research data. Never from brainstorming.

2026-07-04
ping
المهن الحاسوبية الأخرى

Smoke-test skill that confirms the Mycelium plugin loaded correctly. Returns a deterministic marker string for plugin-shape validation. Not for end-user invocation in normal use.

2026-07-04
preflight
متخصصو إدارة المشاريع

Use before starting delivery work. Pre-implementation validation checklist to ensure readiness.

2026-07-04
privacy-check
محللو أمن المعلومات

Use to assess Privacy by Design compliance and GDPR/data protection alignment for a feature or system.

2026-07-04
prompt-optimizer
مطوّرو البرمجيات

A/B test CLAUDE.md instruction changes against eval benchmarks. Capture baselines, test variants, compare results.

2026-07-04
reflexion
مطوّرو البرمجيات

Use for self-correcting implementation. Implements the reflexion loop: implement, validate, self-critique, retry (max 3 iterations).

2026-07-04
regulatory-review
متخصصو إدارة المشاريع

Use to assess regulatory applicability for products that may fall under AI regulation (EU AI Act, Article 50 transparency).

2026-07-04
retrospective
متخصصو إدارة المشاريع

Structured retrospective after completing a delivery increment or diamond. Captures learning for continuous improvement.

2026-07-04
عرض أهم 40 من أصل 69 skills مجمعة في هذا المستودع.