Agent Skills
› davepoon/buildwithclaude
› gsd:import
gsd:import
GitHub将外部计划文件导入GSD规划系统,在执行写入前检测与PROJECT.md决策的冲突,生成GSD PLAN.md并通过gsd-plan-checker验证。
Trigger Scenarios
需要导入外部计划文件
执行GSD计划导入流程
Install
npx skills add davepoon/buildwithclaude --skill gsd:import -g -y
SKILL.md
Frontmatter
{
"name": "gsd:import",
"description": "Ingest external plans with conflict detection against project decisions before writing anything.",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Glob",
"Grep",
"AskUserQuestion",
"Task"
],
"argument-hint": "--from <filepath>"
}
- --from: Import an external plan file, detect conflicts, write as GSD PLAN.md, validate via gsd-plan-checker.
Future: --prd mode for PRD extraction is planned for a follow-up PR.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/import.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md @${CLAUDE_PLUGIN_ROOT}/references/gate-prompts.md @${CLAUDE_PLUGIN_ROOT}/references/doc-conflict-engine.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:13


