writing-plans

Create beginner-friendly Laravel implementation plans from approved designs.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/rondevz/phant --skill writing-plans-rondevz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/rondevz/phant/tree/main/.agents/skills/writing-plans
Command: npx skills add https://github.com/rondevz/phant --skill writing-plans-rondevz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This planning skill helps translate approved designs into practical, beginner-friendly implementation plans for Laravel development, reducing guesswork before coding.

Core Features & Use Cases

  • Restate the approved scope in simple terms.
  • Identify constraints (Laravel version, auth, admin requirements, data model, testing scope).
  • Split implementation into phases and tasks with purpose, exact files to create/modify, implementation steps, verification steps, and rollback hints.
  • Explain why this order is safest for beginners and how the plan is saved for user review.

Quick Start

Tell me where to save your implementation plan; if you press Enter, I will save it to docs/plans/.

Frequently Asked Questions about writing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a beginner-friendly Laravel implementation plan from an approved design?

To create a beginner-friendly Laravel implementation plan, restate the approved scope, identify constraints like auth and data models, then split work into sequential phases with specific files, verification steps, and rollback hints.

What is the safest way to break down Laravel development tasks before coding?

The safest task-breakdown approach organizes work into ordered phases, specifying exact files to modify, implementation steps, and verification checks. This structured workflow prevents errors by enforcing a strict no-coding rule until the plan is approved.

How do I document Laravel implementation steps with rollback hints?

Document Laravel implementation steps by delineating each task with its purpose, exact files, verification criteria, and rollback hints. This ensures beginners can safely verify changes and revert if necessary without breaking the application.

Does this planning workflow support specifying Laravel version constraints and testing scope?

Yes, the planning workflow explicitly identifies constraints including Laravel version, auth requirements, admin needs, data models, and testing scope before generating tasks, ensuring the implementation plan matches your environment.

Can I save the generated implementation plan to a custom file path?

Yes, you can specify a custom file path to save your implementation plan. If no path is provided, it defaults to saving the document in the docs/plans/ directory for later review.

What constraints are identified when planning Laravel task implementation?

When planning Laravel task implementation, constraints identified include the Laravel version, authentication setup, admin requirements, the data model structure, and the overall testing scope to ensure safe execution.