create-project

Creates structured project directories with planning templates and guided collaborative planning workflows.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/FahadImdad/Nexus-Fahad --skill create-project-fahadimdad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-project
Source: https://github.com/FahadImdad/Nexus-Fahad/tree/main/00-system/skills/projects/create-project
Command: npx skills add https://github.com/FahadImdad/Nexus-Fahad --skill create-project-fahadimdad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Starting a new project often means rebuilding folder structures, planning documents, and task lists from scratch, and losing track of decisions and dependencies along the way. This Skill scaffolds a complete project structure and guides collaborative planning so every project starts with consistent organization and documented thinking. ## Core Features & Use Cases - Automated Structure Generation: Runs init_project.py to create 4 directories (01-planning/, 02-resources/, 03-working/, 04-outputs/) plus overview.md, plan.md, and steps.md with auto-assigned project IDs. - Adaptive Planning Templates: Injects type-specific sections for Build, Research, Strategy, Content, Process, or Generic projects into plan.md. - Guided Deep Thinking: Applies mental models like Socratic Questioning and Devil's Advocate, plus dependency research to link related files, skills, and external systems. - Use Case: Say "create project for lead qualification workflow" and get a fully structured project with planning documents, risk analysis, and a phased execution checklist ready for a separate work session. ## Quick Start Ask the AI to create a new project by describing what you want to build, for example: create a project for launching the v2.0 dashboard.

Frequently Asked Questions about create-project

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

FAQPage Schema
How do I create a new project with structured planning documents?

Run init_project.py with a project name and target path, such as python init_project.py "Website Redesign" --path 02-projects --type build. The script auto-assigns the next project ID and generates overview.md, plan.md, and steps.md inside a 4-directory structure.

What project types does the planning template support?

Six types are supported: build, research, strategy, content, process, and generic. Each type injects specific sections into plan.md, such as Technical Architecture for build projects or Research Methodology for research projects.

How are project IDs assigned when creating projects?

The init_project.py script scans the target projects directory for existing folders matching the NN-name pattern and assigns the next available zero-padded number. If no projects exist, it starts at 01.

Can I create a project before the workspace is set up?

The skill detects whether the 02-projects directory exists. If missing, it switches to workspace setup mode to create the folder structure first; if present, it proceeds with full collaborative project creation.

What happens if a project directory already exists?

The script checks for an existing directory with the same ID-name combination and aborts with an error message. You can choose a different name or load the existing project instead.