Published on2026年4月5日从 Vibe Coding 到 Viable Coding:Superpowers 工程化工作流AI-CodingAgentSuperpowersTDDSpec-Driven-DevelopmentWorkflow本文系统拆解 Jesse Vincent 开源的 Superpowers 工作流,说明它如何通过 brainstorming、git worktree、writing-plans、subagent-driven development、TDD 与 code review 等门禁技能,把“先写再说”的 AI 编码升级为可设计、可验证、可审查、可合并的软件工程流程。
Published on2025年12月20日Anthropic Claude Skills 案例解析:构建高效 Agent 的核心指南AnthropicClaudeAgentPythonPDFWorkflow深入解析 Anthropic 官方推出的 Skills 系统,探讨其作为 Agent 能力扩展的核心机制。本文以 PDF 处理技能为例,详细拆解如何通过渐进式上下文构建(Pyramid Principle)和模块化指令,提升 Claude 在专业领域的任务执行能力与可靠性。