with one click
with one click
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | new-track |
| description | Create a new RALF agent track from template |
| disable-model-invocation | true |
| argument-hint | ["feature-name"] |
You are creating a new RALF agent track. Follow these steps exactly.
The feature name is provided in $ARGUMENTS. Convert it to kebab-case for file/branch naming.
If no feature name was provided, ask the user for one before proceeding.
Before designing anything, ask the user these questions and wait for answers:
tit/sim/, tit/opt/, GUI, CLI)Do NOT proceed until the user has answered.
Based on the user's answers:
tracks/active/ for any related or conflicting tracksmemory/agent-state.md if it exists for in-progress contextCLAUDE.md for project conventionsUsing the template at ~/.claude/templates/track-template.md as your format reference, design the track:
Write the completed track to tracks/active/<feature-name>.md.
Set the initial status to PLANNING.
Set the Created date to today's date.
Set the Branch to feature/<feature-name>.
Run:
git checkout -b feature/<feature-name>
Then confirm to the user: