From Ferrox Factory
Initializes a new project with structured planning: questioning, optional research, requirements, and roadmap generation. Creates PROJECT.md and supporting planning files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ferrox-core:ferrox-new-project [--auto][--auto]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<runtime_note>
<runtime_note>
Copilot (VS Code): Use vscode_askquestions wherever this workflow calls AskUserQuestion. They are equivalent — vscode_askquestions is the VS Code Copilot implementation of the same interactive question API.
</runtime_note>
Creates:
.planning/PROJECT.md — project context.planning/config.json — workflow preferences.planning/research/ — domain research (optional).planning/REQUIREMENTS.md — scoped requirements.planning/ROADMAP.md — phase structure.planning/STATE.md — project memoryAfter this command: Run /ferrox-plan-phase 1 to start execution.
<execution_context>
@/.claude/ferrox-core/workflows/new-project.md
@/.claude/ferrox-core/references/questioning.md
@/.claude/ferrox-core/references/ui-brand.md
@/.claude/ferrox-core/templates/project.md
@~/.claude/ferrox-core/templates/requirements.md
</execution_context>
npx claudepluginhub ferroxlabs/ferrox-factory --plugin ferrox-coreInitializes a new project with structured context gathering, research, requirements, and roadmap planning. Creates .planning/ files for project memory.
Initializes a new project by gathering context, researching domain, and generating structured planning documents (requirements, roadmap, state).
Initializes a new project with deep context gathering, creating planning files (PROJECT.md, REQUIREMENTS.md, ROADMAP.md) through a structured workflow.