Loading...
Loading...
Automatically persists every plan produced by the agent as a structured Markdown file under .agentic/plans/ with a datestamped slug and updates the plans index. Prevents PLAN.md from being accidentally committed to the repository. Invoked automatically at the end of any planning session — no user prompt required. Triggered whenever an agent completes a plan, proposes a multi-step approach, or produces an architectural decision.
npx skill4agent add soulcodex/agentic write-plan.agentic/plans/github-issue-planningghThis skill is agent-invoked, not user-invoked. Do not prompt the user for metadata. Derive everything from context and write silently.
featurearchitecturedecisionrefactorinvestigationdraftYYYY-MM-DD-{kebab-case-title}.mdYYYY-MM-DD--2-32026-04-04-add-golang-manual-di-skill.md
2026-04-04-refactor-auth-module.md.agentic/plans/{filename}plan-template.mdcompleted.agentic/plans/.gitignore.agentic/plans/# Agentic — local plan files (managed by write-plan skill)
.agentic/plans/.agentic/plans/INDEX.md# Plans Index
| Date | Title | Type | Status | File |
|------|-------|------|--------|------|| YYYY-MM-DD | {Title} | {Type} | {Status} | [{filename}]({filename}) |PLAN.md.agentic/plans/PLAN.mdPlan saved: .agentic/plans/{filename}