| name | utility-track-init |
| description | Use when user types /utility-track-init or asks for this novel workflow command. Initialize the JSON tracking system for a new novel. |
/utility-track-init
Treat text after /utility-track-init as $ARGUMENTS.
User Input: $ARGUMENTS
Objective
Set up the JSON tracking files required for advanced story consistency tracking.
Execution Steps
1. Create Tracking Directory
Ensure the ./stories/[novel-name]/tracking/ directory exists.
2. Initialize Files
Initialize the following files using the templates in [user_agent]/templates/tracking/:
character-state.json
plot-tracker.json
relationships.json
timeline.json
validation-rules.json
Replace placeholder values (like [Novel Name]) with the actual project name provided by the user.
3. Output
Confirm that the tracking system has been initialized. Explain briefly that these files will be used by the /utility-track command to maintain consistency as the story grows.