Agent skill
df:new-project
Initialize a new project with deep context gathering and PROJECT.md. Use when the user wants to start a new project or initialize DevFlow for the first time. Triggers on: "start a new project", "initialize project", "let's build something new", "set up a new project", "new project"
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/df-new-project
SKILL.md
Creates:
.planning/PROJECT.md— project context.planning/config.json— workflow preferences.planning/research/— domain research (optional).planning/REQUIREMENTS.md— scoped requirements.planning/ROADMAP.md— objective structure.planning/STATE.md— project memory
After this command: Run /df:plan-objective 1 to start execution.
<execution_context>
@/.claude/devflow/workflows/new-project.md
@/.claude/devflow/references/questioning.md
@/.claude/devflow/references/ui-brand.md
@/.claude/devflow/templates/project.md
@~/.claude/devflow/templates/requirements.md
</execution_context>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?