Habilidades project-planning
📋

project-planning

Seguro ⚙️ Comandos externos🌐 Acesso à rede📁 Acesso ao sistema de arquivos

Generate project planning documents

Starting a new project without clear planning leads to architectural drift and context loss. This skill generates four essential documents (PVS, ADR, Tech Spec, Roadmap) that guide AI-assisted development and maintain coherence across coding sessions.

Suporta: Claude Code(CC)
📊 71 Adequado
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "project-planning". Generate planning documents for a personal fragrance rating app

Resultado esperado:

  • Created 4 planning documents in docs/planning/:
  • - project-vision.md (problem statement and scope)
  • - tech-spec.md (Python/FastAPI/SQLite stack specification)
  • - roadmap.md (4-phase implementation plan)
  • - adr/adr-001-monolith-choice.md (architecture decision)
  •  
  • Next steps:
  • 1. Review each document for accuracy
  • 2. Run: /plan synthesize to create PROJECT-PLAN.md
  • 3. Start Phase 0: /git/milestone start feat/phase-0-foundation

A utilizar "project-planning". Create an ADR for our database choice

Resultado esperado:

  • Created docs/planning/adr/adr-002-database-choice.md with:
  • - Context: Current data requirements and constraints
  • - Decision: PostgreSQL with SQLAlchemy ORM
  • - Alternatives considered: SQLite, MongoDB, MySQL
  • - Consequences: Migrations, hosting requirements, scaling path

A utilizar "project-planning". Update roadmap after completing Phase 1

Resultado esperado:

  • Updated docs/planning/roadmap.md:
  • - Marked all Phase 1 tasks as complete
  • - Added completion percentage to Phase 1 milestone
  • - Moved Phase 2 tasks to TODO list
  • - Updated timeline based on actual velocity

Auditoria de Segurança

Seguro
v5 • 1/16/2026

All 214 static findings are FALSE POSITIVES. The analyzer misinterprets markdown backtick syntax as Ruby/shell command execution, documentation references to algorithms as cryptographic usage, and file path patterns as path traversal. This is a pure documentation skill containing only markdown files and one benign Python validation script that reads files without network calls, file writes, or command execution.

10
Arquivos analisados
2,182
Linhas analisadas
3
achados
5
Total de auditorias

Fatores de risco

⚙️ Comandos externos (171)
reference/document-guide.md:27-50 reference/document-guide.md:50-137 reference/document-guide.md:137-145 reference/document-guide.md:145-157 reference/document-guide.md:157-161 reference/document-guide.md:161-164 reference/document-guide.md:164-168 reference/document-guide.md:168-219 reference/document-guide.md:219-226 reference/document-guide.md:226-230 reference/document-guide.md:230-236 reference/document-guide.md:236-251 reference/document-guide.md:251-263 reference/document-guide.md:263-268 reference/prompting-patterns.md:20-27 reference/prompting-patterns.md:27-31 reference/prompting-patterns.md:31-38 reference/prompting-patterns.md:38-42 reference/prompting-patterns.md:42-51 reference/prompting-patterns.md:51-60 reference/prompting-patterns.md:60-62 reference/prompting-patterns.md:62-65 reference/prompting-patterns.md:65-68 reference/prompting-patterns.md:68-72 reference/prompting-patterns.md:72-78 reference/prompting-patterns.md:78-82 reference/prompting-patterns.md:82-91 reference/prompting-patterns.md:91-99 reference/prompting-patterns.md:99-106 reference/prompting-patterns.md:106-110 reference/prompting-patterns.md:110-119 reference/prompting-patterns.md:119-123 reference/prompting-patterns.md:123-133 reference/prompting-patterns.md:133-141 reference/prompting-patterns.md:141-150 reference/prompting-patterns.md:150-154 reference/prompting-patterns.md:154-164 reference/prompting-patterns.md:164-168 reference/prompting-patterns.md:168-177 reference/prompting-patterns.md:177-186 reference/prompting-patterns.md:186-189 reference/prompting-patterns.md:189-192 reference/prompting-patterns.md:192-195 reference/prompting-patterns.md:195-200 reference/prompting-patterns.md:200-203 reference/prompting-patterns.md:203-206 reference/prompting-patterns.md:206-209 reference/prompting-patterns.md:209-214 reference/prompting-patterns.md:214-216 reference/prompting-patterns.md:216-219 reference/prompting-patterns.md:219-223 reference/prompting-patterns.md:223-228 reference/prompting-patterns.md:228-230 reference/prompting-patterns.md:230-233 reference/prompting-patterns.md:233-241 reference/prompting-patterns.md:241-250 reference/prompting-patterns.md:250-254 reference/prompting-patterns.md:254-257 reference/prompting-patterns.md:257-262 reference/prompting-patterns.md:262-265 reference/prompting-patterns.md:265-270 reference/prompting-patterns.md:270-273 reference/prompting-patterns.md:273-278 scripts/validate-planning-docs.py:22 scripts/validate-planning-docs.py:22-23 scripts/validate-planning-docs.py:23 SKILL.md:18 SKILL.md:19 SKILL.md:26 SKILL.md:27 SKILL.md:28 SKILL.md:29 SKILL.md:37 SKILL.md:53-71 SKILL.md:71-101 SKILL.md:101-111 SKILL.md:111-120 SKILL.md:120-124 SKILL.md:124-136 SKILL.md:136-154 SKILL.md:154-161 SKILL.md:161-167 SKILL.md:167-178 SKILL.md:178-179 SKILL.md:179-180 SKILL.md:180-181 SKILL.md:181-182 SKILL.md:182-186 SKILL.md:186-187 SKILL.md:187-188 SKILL.md:188-194 SKILL.md:194-206 SKILL.md:206-207 SKILL.md:207-208 SKILL.md:208-211 SKILL.md:211-212 SKILL.md:212-213 SKILL.md:213-216 SKILL.md:216-217 SKILL.md:217-218 SKILL.md:218-221 SKILL.md:221-222 SKILL.md:222-223 SKILL.md:223-226 SKILL.md:226-232 SKILL.md:232-250 SKILL.md:250-257 templates/adr-template.md:5-90 templates/adr-template.md:90-103 templates/adr-template.md:103-104 templates/adr-template.md:104-105 templates/pvs-template.md:5-66 templates/roadmap-template.md:5-15 templates/roadmap-template.md:15-20 templates/roadmap-template.md:20-165 templates/tech-spec-template.md:5-42 templates/tech-spec-template.md:42-53 templates/tech-spec-template.md:53-64 templates/tech-spec-template.md:64-72 templates/tech-spec-template.md:72-86 templates/tech-spec-template.md:86-91 templates/tech-spec-template.md:91-98 templates/tech-spec-template.md:98 templates/tech-spec-template.md:98-101 templates/tech-spec-template.md:101-154 workflows/synthesize.md:15-19 workflows/synthesize.md:19-23 workflows/synthesize.md:23-29 workflows/synthesize.md:29-48 workflows/synthesize.md:48-90 workflows/synthesize.md:90-91 workflows/synthesize.md:91-92 workflows/synthesize.md:92-93 workflows/synthesize.md:93-94 workflows/synthesize.md:94-95 workflows/synthesize.md:95-96 workflows/synthesize.md:96-99 workflows/synthesize.md:99-108 workflows/synthesize.md:108-112 workflows/synthesize.md:112-114 workflows/synthesize.md:114-149 workflows/synthesize.md:149-150 workflows/synthesize.md:150-154 workflows/synthesize.md:154-156 workflows/synthesize.md:156-159 workflows/synthesize.md:159-162 workflows/synthesize.md:162-170 workflows/synthesize.md:170-181 workflows/synthesize.md:181-183 workflows/synthesize.md:183-231 workflows/synthesize.md:231-233 workflows/synthesize.md:233-243 workflows/synthesize.md:243-249 workflows/synthesize.md:249-266 workflows/synthesize.md:266-270 workflows/synthesize.md:270-272 workflows/synthesize.md:272-278 workflows/synthesize.md:278-284 workflows/synthesize.md:284-297 workflows/synthesize.md:297-302 workflows/synthesize.md:302-308 workflows/synthesize.md:308-311 workflows/synthesize.md:311-317 workflows/synthesize.md:317-320 workflows/synthesize.md:320-329 workflows/synthesize.md:329-333 workflows/synthesize.md:333-334 workflows/synthesize.md:334-335 workflows/synthesize.md:335-336 workflows/synthesize.md:42 workflows/synthesize.md:29-48
🌐 Acesso à rede (1)
📁 Acesso ao sistema de arquivos (4)
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

45
Arquitetura
100
Manutenibilidade
87
Conteúdo
20
Comunidade
100
Segurança
91
Conformidade com especificações

O Que Você Pode Construir

Start new AI-assisted projects

Generate comprehensive planning documents before writing any code to ensure AI tools have clear architectural context.

Document architectural decisions

Create ADRs that capture key technical choices with rationale, alternatives considered, and consequences.

Plan phased implementation

Build detailed roadmaps with user stories, success criteria, and clear phase dependencies.

Tente Estes Prompts

New project
I want to build a [project type] for [target users] that solves [problem]. Use the /plan skill to generate project planning documents with the following constraints: [list constraints].
Document review
Review the planning documents in docs/planning/ against the current codebase. Check for consistency between what was planned and what was implemented. Flag any discrepancies.
Update roadmap
I completed [task] from Phase [N]. Update docs/planning/roadmap.md to mark tasks as complete, update milestone progress, and add the next tasks to the TODO list.
ADR creation
I need to make a technical decision about [component/feature]. Create an ADR in docs/planning/adr/adr-[NNN]-[topic].md that documents the context, options considered, decision made, and consequences.

Melhores Práticas

  • Generate planning documents before writing any code to establish architectural context for AI assistants
  • Review and validate each document using the consensus tool before proceeding to the next document
  • Update documents as the project evolves to prevent drift between planned and actual implementation

Evitar

  • Skipping planning and asking AI to generate code without architectural context
  • Using generated documents without reviewing them for project-specific accuracy
  • Failing to update documents when implementation differs from the original plan

Perguntas Frequentes

Does this skill modify my project files?
No. This skill generates planning documents in docs/planning/ but requires user confirmation before writing files.
Can I use this with existing projects?
Yes. Provide your project description and the skill will generate appropriate documents based on your context.
What tools does this skill require?
The skill works standalone. Optionally uses mcp__zen__consensus for expert review of generated documents.
How many documents are generated?
Four documents: Project Vision and Scope, Technical Spec, Roadmap, and at least one ADR.
Is my project data safe?
Yes. All processing happens locally. Documents are generated from your input without external data transmission.
How is this different from other planning tools?
This skill specifically targets AI-assisted development with templates designed to provide context coherence across Claude Code sessions.