一键导入
algedonia-zen
Engineering principles for durable fixes: eliminate root causes, prefer simplification, and apply abstractions only when they reduce complexity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Engineering principles for durable fixes: eliminate root causes, prefer simplification, and apply abstractions only when they reduce complexity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Rebase current branch on top of latest origin/main (and latest remote branch tip) while resolving conflicts cleanly.
Write and refine implementation tickets into loop-friendly, verifier-first units for any software project. Use when asked to decompose large initiatives, rewrite ticket plans, or review ticket quality for clarity, testability, and minimal coupling.
Use the `ag` CLI to inspect and mutate workspace/ticket state from terminal.
Fetch and summarize active pull request review feedback with `gh` (inline review comments, review decisions, and PR discussion comments) for the current branch.
Push current branch to origin and create/update the pull request with accurate title/body and validation notes.
Rebase the current branch onto a target base branch and resolve conflicts safely while preserving intended behavior.
基于 SOC 职业分类
| name | algedonia-zen |
| description | Engineering principles for durable fixes: eliminate root causes, prefer simplification, and apply abstractions only when they reduce complexity. |
Use these principles to guide implementation and review decisions.
Avoid bandaid solutions.
Deletion is leverage.
Abstractions are tools, not defaults.
When proposing or shipping a fix, include: