Skip to content
Discussion options

You must be logged in to vote

Great question — context window exhaustion during implementation is a known challenge for any coding agent session

The implement command accepts free-form user input that the agent is required to honor before proceeding. This means you can scope each run without any tooling changes.

Option 1: Limit how many tasks run per invocation

Instead of letting implement run through all tasks at once, tell it to stop early:

/implement only execute tasks 1-10, then stop and report progress

or scope by phase:

/implement only execute the Setup phase, then stop

Since completed tasks are marked [X] in tasks.md, the next /implement invocation picks up where you left off. This keeps each run well within co…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@coders-kitchen
Comment options

@mnriem
Comment options

Answer selected by PeterDaumQS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants