From taskflow
Start a new TaskFlow project. Prompts for a project brief (file path or inline text), creates the project record, and seeds the pipeline for the product manager. Use this to kick off a new development cycle.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taskflow:start-project [brief file path or leave blank to enter text][brief file path or leave blank to enter text]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Ask the user: "Do you have a brief file, or would you like to enter the brief as text?"
Ask the user: "Do you have a brief file, or would you like to enter the brief as text?"
If file path provided:
If inline text:
brief_path to null.Ask the user for a short project name if not already clear from the brief.
Call start_project(name=..., brief_text=..., brief_path=...).
Report back:
brief_text must contain the full content — not just a summary. Agents without file access depend on this field.brief_text.npx claudepluginhub pedrogrande/taskflowEnforces cross-project coding conventions for naming, readability, immutability, and code-quality review. Activates on new projects, refactoring, or code review.