/ new-project
Create a new project with context, configuration, and issue tracking scope.
The /new-project command creates a new project in your workspace.
It sets up the project context file, configures the active projects filter,
and establishes the scope for issue tracking.
Usage
/new-project create a new project for the mobile app redesign The command is interactive. FlyDocs prompts you for the project name, description, and scope.
What Happens
- Project entry created: Registers the project in your workspace (cloud portal or local config)
- Context generated: Creates an initial
project.mdtemplate with sections for scope, tech stack, conventions, and priorities - Config updated: Adds the project reference to
.flydocs/config.jsonso issue queries and session context are scoped to the new project - Ready to capture: You can immediately start creating
issues with
/captureand they route to the new project
When to Use It
- Starting a brand new product or initiative
- Splitting a large project into separate tracked efforts
- Setting up a workspace for a new client or team
Difference from /onboard
/new-project creates a project from scratch.
/onboard generates FlyDocs context for an existing project
that already has code, issues, or history. Use /new-project
when nothing exists yet; use /onboard when the project is
already underway and needs FlyDocs context added.
Related Commands
/onboard: Generate context for an existing project/start-session: Begin a work session in the new project/capture: Create the first issues for your project