Stats
Actions
Tags
From nodeflow
Use after docs/PRD.md exists to decide architecture and create ARCH, CONTEXT, and DECISIONS docs before task breakdown.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nodeflow:nodeflow-architectureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Node ID: `nodeflow-architecture`
nodeflow-architecturedocs/PRD.md、可选 docs/BRIEF.md, docs/NODEFLOW.md, docs/ASSUMPTIONS.mddocs/ARCH.md, docs/CONTEXT.md, docs/DECISIONS.md, AGENTS.md, CLAUDE.mddocs/PRD.md 已存在且核心需求明确docs/ARCH.md 和 AGENTS.mdnodeflow-task-breakdownTASKS.md.docs/PRD.md before deciding architecture.AGENTS.md only after architecture is defined enough to name tech stack, structure, commands, and validation expectations.docs/CONTEXT.md as a domain glossary, not a requirements or architecture document.docs/DECISIONS.md; do not hide major tradeoffs inside prose.write-agents-md as a capability skill to generate AGENTS.md. Do not wait for external routing.When this node reaches a checkpoint, the Human Check should focus on:
Required:
docs/PRD.mdRecommended if present:
docs/BRIEF.mddocs/NODEFLOW.mddocs/ASSUMPTIONS.mddocs/ARCH.md.docs/CONTEXT.md.docs/DECISIONS.md.write-agents-md as a capability skill and use it to create/update AGENTS.md.CLAUDE.md with only:@AGENTS.md
# ARCH
## 技术栈
## 模块边界
## 数据格式
## 文件结构
## 核心依赖
## 风险点
## 共享接口
## 共享数据模型
## 验证方式
docs/CONTEXT.md must contain only project-specific terms and concepts:
# CONTEXT
## 术语
- Term: one-sentence definition.
Rules:
Append or update decisions with:
## YYYY-MM-DD - Decision Title
- 决策:
- 理由:
- 影响:
- 替代方案:
docs/ARCH.mddocs/CONTEXT.mddocs/DECISIONS.mdAGENTS.mdCLAUDE.mddocs/ARCH.md exists and covers tech stack, modules, data, dependencies, risks, interfaces, and shared models.docs/CONTEXT.md exists and contains only glossary content.docs/DECISIONS.md records key architecture choices.AGENTS.md exists and is based on project facts, not guesses.CLAUDE.md exists and points to AGENTS.md.Stop and ask if:
docs/PRD.md is missing.npx claudepluginhub cai5946/nodeflow --plugin nodeflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.