Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-import
gsd-import
GitHub将外部计划文件导入GSD规划系统,并在写入前检测与项目决策的冲突。支持从外部文件导入及从GSD-2格式反向迁移至GSD v1,自动执行冲突检测和验证流程。
Trigger Scenarios
需要导入外部计划文件到GSD系统
需要将GSD-2项目反向迁移回GSD v1格式
Install
npx skills add AjayIrkal23/agentic-mercy-10x --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",
"Agent"
],
"argument-hint": "--from <filepath> | --from-gsd2"
}
- --from: Import an external plan file, detect conflicts, write as GSD PLAN.md, validate via gsd-plan-checker.
- --from-gsd2: Reverse-migrate a GSD-2 project (
.gsd/directory) back to GSD v1 (.planning/) format. Runsgsd-tools.cjs from-gsd2. Pass--path <dir>to migrate a project at a different path.
<execution_context> @$HOME/.claude/get-shit-done/workflows/import.md @$HOME/.claude/get-shit-done/references/ui-brand.md @$HOME/.claude/get-shit-done/references/gate-prompts.md @$HOME/.claude/get-shit-done/references/doc-conflict-engine.md </execution_context>
Otherwise, execute the import workflow end-to-end.
Version History
- 581d130 Current 2026-07-19 09:09


