# Development Plan Doc Basic

> Use as a lightweight baseline/control skill for creating a simple development plan or implementation outline. Basic version focuses on high-level steps, rough files, and validation notes with limited repository research and limited method/type-level detail.

- Skill: `mr-q526/development-plan-doc-basic` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add mr-q526/development-plan-doc-basic`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mr-q526/development-plan-doc-basic/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: mr-q526 (https://skillmd.com/u/mr-q526)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mr-q526/development-plan-doc-basic

---


# Development Plan Document Basic

Use this skill as a simple baseline for development planning.

Goal: produce a short, understandable implementation outline quickly.

## Basic workflow

1. Restate the goal.
2. List likely files or modules to inspect.
3. Propose a few implementation steps.
4. Add a basic validation checklist.
5. Mention obvious risks.

## Output structure

1. Goal
2. Proposed steps
3. Files or modules
4. Validation
5. Risks

## Rules

- Keep the plan concise.
- Avoid deep type or method definitions unless requested.
- Do not over-invest in repository archaeology.
- Prefer practical next steps over exhaustive architecture.

## Final checks

- Is there a clear order of work?
- Are validation steps present?
- Are obvious risks mentioned?

