用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fabioc-aloha/alex-cognitive-architecture --skill lucid-dream命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Run the 7-step Artificial Critical Thinking pass — Materiality → Hypothesise → Alternatives → Disconfirmers → Audit priors → Severity → Commit-with-marker
Challenge what you think is right — alternative hypotheses, missing data, evidence quality, bias detection, falsifiability, and adversarial review
Step-back protocol — restate, generalise, specialise, invert, ask why, pre-mortem, check stakeholders, and audit framings before solving
基于 SOC 职业分类
正在显示 SKILL.md
| name | lucid-dream |
| description | Hybrid dream-meditation protocol — conscious decisions during automated processing |
| tier | standard |
| applyTo | **/*lucid*,**/*dual-mode*,**/*bridge* |
| disable-model-invocation | true |
| currency | 2026-04-22T00:00:00.000Z |
Conscious intervention during automated dream processing. When dream diagnostics find ambiguous issues that pure automation cannot resolve, lucid dream bridges to interactive decision-making.
| Dream | Lucid Dream | Meditation | |
|---|---|---|---|
| Mode | Fully automated | Hybrid: auto scan + human decisions | Fully interactive |
| Input | None (zero-config) | Dream report findings | User-directed topic |
| Output | Diagnostic report | Resolved findings + applied fixes | New memory files |
| Modifies architecture? | Never | Yes, with human approval | Yes |
| Analogy | REM sleep | Lucid dreaming | Contemplation |
| Signal from Dream | Action | Owner |
|---|---|---|
| Broken link, mapping exists | Auto-repair | Dream |
| Broken link, no mapping | Present options: remap, remove, or keep | Lucid |
| Missing frontmatter | Auto-flag | Dream → Lucid fills values |
Overlapping applyTo | Present overlap analysis, recommend merge/split | Lucid |
| Shallow skill content | Present enrichment options or deprecation | Lucid |
| Version drift (master/heir) | Show diff, ask which is canonical | Lucid |
| Brand violation | Auto-flag with file + line | Dream → Lucid confirms fix |
Two skills overlap significantly → merge into one, update all references, redirect old name via mapping.
Skill flagged as shallow → research domain, add decision tables, examples, or integration patterns. If no real knowledge exists, deprecate.
Dream finds systemic pattern (e.g., many skills missing prompts) → create batch fix plan, execute with confirmation per step.
All dream findings must reach one of:
| State | Meaning |
|---|---|
| Resolved | Fix applied and validated |
| Deferred | Logged with rationale for next session |
| Dismissed | False positive, documented why |
.github/quality/dream-report.jsonLucid dream extends the dream-state skill. Dream runs fully automated scans; when it encounters ambiguity, it flags findings for lucid intervention rather than guessing.
The handoff point is the dream report. Dream writes findings with a requires_judgment: true field. Lucid dream reads those findings and presents them interactively.
Lucid dream differs from meditation in scope. Meditation is open-ended exploration — the user directs the topic. Lucid dream is constrained to resolving specific dream findings. If a lucid dream session reveals a broader architectural concern, escalate to a meditation session.
| Anti-Pattern | Problem | Fix |
|---|---|---|
| Auto-resolving ambiguous findings | Dream guesses wrong, breaks architecture | Flag for lucid intervention |
| Deferring everything | Technical debt accumulates | Limit deferrals per session |
| Dismissing without rationale | Recurring false positives never get fixed | Require one-line justification |
| Mixing lucid dream with meditation | Scope creep — session loses focus | Escalate broad concerns to meditation |
| Artifact | Location | Purpose |
|---|---|---|
| Updated dream report | .github/quality/dream-report.json | Resolution status for each finding |
| Modified architecture files | .github/skills/, .github/instructions/ | Applied fixes |
| Session log | Memory tool or session memory | Decisions and rationale for future reference |