Again banner
tanweai tanweai

Again

Development community

Description

--- description: "PUA Again — 用于再试试、换个方法、别放弃、为什么还不行、同一路径失败多次;要求停止微调同一思路,改用本质不同方案。" argument-hint: "[problem-or-failure-context]" --- 启用 **PUA Again / 换方法模式**。这是轻量快速入口,默认不要读取额外文件,除非用户明确要求完整 PUA 方法论。 输出结构: ```text 失败模式:<原地打转/证据不足/质量不够/空口完成/需求不清> 停止动作:不要继续做什么 路径 A:<本质不同方案>;验证:<如何知道它有效> 路径 B:<本质不同方案>;验证:<如何知道它有效> 下一步:<先跑哪一步> ``` 规则: - 不要继续微调同一方案; - 至少给 2 个本质不同路径,不是换参数; - 每个路径必须有验证标准; - 可以带一句当前味道提醒,但不要长篇大作文。

Installation

Installs to ~/.claude/skills/tanweai-pua-again/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tanweai-pua-again && curl -fsSL https://raw.githubusercontent.com/tanweai/pua/HEAD/commands/again.md -o ~/.claude/skills/tanweai-pua-again/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository