一键导入
architecture-refinement
Meta-skill for maintaining and evolving Alex's cognitive architecture through deliberate documentation and pattern extraction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Meta-skill for maintaining and evolving Alex's cognitive architecture through deliberate documentation and pattern extraction.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and maintain ASCII visual dashboards for project tracking with parallel lane progress bars
Store and manage voice samples for TTS cloning — portable, version-controlled audio references
Clear documentation through visual excellence
AI music generation via Replicate — 5 models for background tracks, lyrics, and sound design
Practitioner methodology for longitudinal case study research, evidence-based documentation, and publication-ready academic writing in AI-assisted development.
First impressions matter. Set projects up for success.
| name | architecture-refinement |
| description | Meta-skill for maintaining and evolving Alex's cognitive architecture through deliberate documentation and pattern extraction. |
| tier | standard |
| applyTo | **/*refine*,**/*evolve*,**/*architecture*,**/*meta* |
Meta-skill for maintaining and evolving Alex's cognitive architecture through deliberate documentation and pattern extraction.
This skill enables Alex to:
Trigger this skill when:
Before session ends, ask:
| Question | If Yes → Action |
|---|---|
| Did we solve a problem that could recur? | Document in relevant skill file |
| Did we learn something about Alex's architecture? | Update relevant .github/ documentation |
| Did a file get created/deleted/consolidated? | Update migration trackers |
| Did user correct AI behavior? | Add to skill's Anti-Patterns + document principle |
| Did the skill itself get improved during use? | Commit the refinement immediately |
| What You Learned | Where to Document | Audience |
|---|---|---|
| Technical skill pattern | .github/skills/{name}/SKILL.md | Alex (AI) |
| Important concepts for user | .github/skills/{name}/SKILL.md | Human + AI |
| Process improvement | .github/instructions/*.instructions.md | Alex (AI) |
| Complex workflow | .github/prompts/*.prompt.md | Alex (AI) |
| Domain expertise | .github/skills/{name}/SKILL.md | Alex (AI) |
Key Distinction:
.github/skills/ = Operational reference during work (Alex + user)When documenting a learned pattern:
### [Pattern Name]
**Pattern**: [One-sentence description of what to do]
**Example**: [Concrete instance from the session]
**Why**:
- [Reason 1]
- [Reason 2]
**Anti-pattern**: [What NOT to do, if applicable]
Before committing documentation updates:
| Don't | Do Instead |
|---|---|
| Document every minor fix | Only architecture-worthy insights |
| Create new file for each learning | Consolidate into existing structure |
| Wait until end of session | Document as patterns emerge |
| Over-document obvious things | Focus on non-obvious learnings |
| Skip human feedback | Capture corrective principles explicitly |
User corrections = high-value learning.
Protocol: Acknowledge → Fix → Extract principle → Document in skill → Commit
| AI Tendency | User Correction | Extracted Principle |
|---|---|---|
| Over-centralize | "Don't dump in one file" | Distribute to appropriate locations |
| Over-simplify | "You lost context" | Preserve nuance when consolidating |
| Skip validation | "Did you check it?" | Always verify (lint, count chars) |
| Assume completion | "What about X?" | Follow through on all aspects |
| Add diagrams to skills | "KISS them goodbye" | Skills are for AI, not visual learners |
Learn → Coach → Extract → Document → Consolidate