One-click install
npx skills add https://github.com/mrsknetwork/nemodev --skill plan-mrsknetwork
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/mrsknetwork/nemodev/tree/main/skills/plan
Command: npx skills add https://github.com/mrsknetwork/nemodev --skill plan-mrsknetwork

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes user requests to extract real requirements, identify risks, and produce a dependency-ordered execution checklist to guide multi-step builds and refactors.

Core Features & Use Cases

  • Decomposes vague goals into concrete requirements and tasks.
  • Generates a dependency-ordered plan that satisfies Gate 1-3 quality checks.
  • Exports a structured Markdown plan saved to docs/nemodev-plans/[Feature-Name].md.

Quick Start

Describe your project goal and constraints, and I will generate a detailed execution plan.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn vague project ideas into an actionable execution checklist?

To turn vague project ideas into an execution checklist, you provide a project goal and constraints. The system analyzes the request to extract real requirements, identify risks, and produce a dependency-ordered task list for multi-step builds.

What is the best way to structure requirements for complex feature design?

Structuring requirements for complex feature design involves decomposing goals into functional and non-functional requirements. The process applies quality checks to ensure the final plan covers discovery, risk mitigation, and proper task sequencing.

How do I generate a project management plan that includes risk assessment?

Generating a project management plan with risk assessment requires analyzing your request to identify potential issues and mitigation strategies. It outputs a formal Markdown plan saved to docs/nemodev-plans/ with dependency-ordered execution steps.

Can I use this for multi-step refactors across any tech stack?

Yes, you can use this for multi-step refactors across any tech stack. The planning process applies at project kickoff to guide discovery, risk assessment, and task sequencing for builds and refactors without stack-specific limitations.

Does this planning tool export structured documentation for my team?

Yes, this planning tool exports structured documentation by writing a formal execution plan. It saves a Markdown file directly to docs/nemodev-plans/[Feature-Name].md, providing your team with a structured checklist to guide development.

Why do I need a dependency-ordered checklist for project kickoff?

You need a dependency-ordered checklist for project kickoff to prevent sequencing errors during execution. By ordering tasks based on their dependencies, the plan ensures multi-step builds and refactors satisfy quality checks and progress logically.