# from claude code, codex, gemini, opencode, etc
What push creates
The Scott plugin captures the current coding-agent session and creates or updates a matching planspace. Scott generates a document, preserves the conversation context, redacts likely secrets, and prints the planspace URL on its own line. That URL is the shareable artifact. Send it to teammates, add it to Linear, paste it in Slack, or include it in a PR description.Agent prompt
You can ask your coding agent:# from claude code, codex, gemini, opencode, etc
Daily use
Use push early and often:- Prototype or investigate in your agent
- Push once there is a concrete direction
- Share the planspace with teammates
- Collect comments and review decisions
- Pull the approved context back into execution
What to share
Good push candidates include:- a prototype that changes product direction
- an architecture proposal
- an implementation plan that needs senior engineering feedback
- a risky migration or refactor
- a design critique or alternate approach
- a thread that explains why a decision was made