From devconcept
Use for long-running, multi-phase, research-heavy, or context-compaction-prone coding tasks. Creates a lightweight durable markdown ledger only when chat planning is not enough; do not use for normal small edits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devconcept:planning-ledgerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Keep durable working memory for tasks that are too large for a chat-only plan. This is the lightweight alternative to full file-based planning.
Keep durable working memory for tasks that are too large for a chat-only plan. This is the lightweight alternative to full file-based planning.
Use when any of these are true:
/clear, resume, or handoff.Skip for:
Create one file by default:
.devconcept/plans/YYYY-MM-DD-<slug>.md
Only split into separate findings.md or progress.md files if the task becomes research-heavy enough that one ledger is hard to scan.
# <Task> Plan
## Goal
<one sentence>
## Alignment
- Understanding:
- Scope:
- Open questions:
## Success Criteria
- [ ] <observable outcome>
## Plan
- [ ] Phase 1: <small vertical slice>
- [ ] Phase 2: <small vertical slice>
## Findings
- <important discovered facts with file paths or links>
## Decisions
| Decision | Rationale |
| --- | --- |
## Verification
- <command or manual proof>
## Progress
- <timestamp or short entry>
For inline plans:
Plan:
- Goal:
- Steps:
- Files / areas:
- Verification:
- Risks:
For durable planning:
Created/updated plan: .devconcept/plans/<file>.md
Current phase:
Next action:
Open risks:
Findings.systematic-debugging rather than repeating the same move.Use devconcept-core for implementation discipline and finishing-work for completion. Use compound-engineering only for durable repo-wide lessons, not routine ledger notes.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub pewepw/devconcept --plugin devconcept