Install
$ agentstack add skill-davidvictor-adlc-skills-adlc-plan ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
ADLC Plan
Use this to convert a clear request into an executable plan.
Modes
fast: one small task or quick fix; write.adlc/PLAN.md.full: larger feature or single-sprint multi-step change; write.adlc/plans/.md.parallel: only when tasks are independent enough for worktrees or Codex workers.workstream: when an epic needs Codex goal-managed milestones, durable step cards, and multi-sprint state; useadlc-workstream.
Process
- Resolve effective ADLC paths from
.adlc/config.yaml; useadlc resolve-configwhen the CLI is available. - Read configured ADLC context, repo guidance, and any relevant spec under
paths.interviews. - Run repo reconnaissance before asking questions.
- If intent, non-goals, decision boundaries, or acceptance criteria remain materially unclear, hand off to
adlc-interviewbefore writing executable tasks. - Use
plan-coordinatorandplan-polisherwhen native Codex agents are available and the plan is non-trivial. - Choose the correct granularity: fast plan, full plan, parallel plan, roadmap item, or goal-managed workstream.
- Define tasks with ownership, execution lane, dependencies, write scope, acceptance criteria, verification, docs/release impact, rollback notes when relevant, and commit checkpoints.
- Split broad tasks until each task can be reviewed, verified, and committed as one coherent slice.
- For 5 or more tasks, multiple milestones, or any long-running epic, create or update an
adlc-workstream. - Mark blocked human decisions explicitly instead of hiding them inside implementation tasks.
Output
Write or return the plan path, interview spec path when used, task graph, granularity choice, verification policy, commit policy, open gates, and whether it is ready for adlc-improve, adlc-workstream, or adlc-implement.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: davidvictor
- Source: davidvictor/adlc-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.