Published on2026年5月16日ArcKit:当 AI Coding 走出代码内循环,开始接管架构治理外循环AI-AgentArcKitArchitecture-GovernanceEnterprise-ArchitectureAI-CodingWorkflow本文从 ArcKit 官网示例和一次 Codex 最小初始化验证出发,说明它真正的价值不是生成更多架构文档,而是把需求、风险、ADR、设计评审和追溯矩阵组织成可执行、可追溯、可审计的架构治理工作流。
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 在专业领域的任务执行能力与可靠性。