From project-init
Set up a new Cowork project — confirm the three standard roots, gather the active Taskade and GitHub subfolders, generate tailored Project Instructions
How this command is triggered — by the user, by Claude, or both
Slash command
/project-init:init-projectThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the project-init skill to initialize a new Cowork project. The skill assumes the three standard MoxyWolf roots are mounted in Cowork → Folders: 1. **MoxyWolf Vault** 2. **GitHub** 3. **Taskade** It then: 1. Asks for the project name 2. Opens the **native Finder picker** so the user can select the active Taskade subfolder (no typing) — or marks the project as vault-only 3. Asks how many GitHub repos this project uses, then opens the **native Finder picker** once per repo so the user can select each repo subfolder under `GitHub/` (no typing). Asks for a one-line description per repo. ...
Run the project-init skill to initialize a new Cowork project.
The skill assumes the three standard MoxyWolf roots are mounted in Cowork → Folders:
It then:
GitHub/ (no typing). Asks for a one-line description per repo.MoxyWolf Vault/_Templates/Cowork Project Instructions Template.md[PROJECT_NAME], [TASKADE_SUBFOLDER], [REPO_SUBFOLDER]) with the user's answers00 – Project Hub/ folderIf the user passed arguments after /init-project, treat them as a project name hint but still confirm interactively. Otherwise invoke the project-init skill which collects all required information through AskUserQuestion.
npx claudepluginhub moxywolfllc/moxywolf-plugins --plugin project-init/init-projectInitializes a new Task Master project via task-master init. Accepts PRD path, --name, --description, -y quick mode; sets up structure, verifies git/AI configs, suggests next steps.
/init-projectInitializes new project with essential directory structure, git repo, README, framework-specific configs (React/Vue/Angular/Express/FastAPI/etc.), TypeScript/linting/testing/build tools, and GitHub Actions CI/CD.
/init-projectInitializes new project with essential directory structure, git repo, README, framework-specific configs (React/Vue/Angular/Express/FastAPI/etc.), TypeScript/linting/testing/build tools, and GitHub Actions CI/CD.
/init-projectInitializes project by interactively generating CLAUDE.md (overview, stack, structure), spec.md (feature specs), and prompt_plan.md (phased implementation plan). Auto-detects tech stack; supports [name] [--type next|vite|go|python|rust].
/init-projectScans current codebase to auto-generate project-level CLAUDE.md with detected stack, conventions, domain context, team rules, and clarifying questions.