Stop your agent from truncating - get the whole file, every component, no placeholder stubs.
Install the skill or give me an instruction how to install it - full-output-enforcement from https://github.com/Leonxlnx/taste-skill Works in Claude, Cursor, Codex & more
Invoke it on any task where a partial answer is a broken answer - a full file, a batch of components, an exhaustive list.
/full-output-enforcement Keep this on while you scaffold the whole API layer - every handler as a complete file, no stubs, no // ... , no "rest follows the same pattern" It locks the deliverable count up front, bans every placeholder pattern (// ... , // TODO, "rest follows the same pattern"), and writes at full quality to a clean breakpoint when a response nears the token limit.
Complete, runnable output with nothing elided - and a clean [PAUSED - X of Y complete] handoff you resume with "continue" when the work spans multiple messages.