-
Notifications
You must be signed in to change notification settings - Fork 3
Team Rollout
JRS1986 edited this page May 6, 2026
·
4 revisions
This page is a practical plan for introducing CodingScaffold to a team.
Use one real project and one safe issue.
- Run
coding-scaffold setup run. - Install OpenCode.
- Run
/first-session. - Pick one small improvement.
- Run
/agentic-change. - Review the result as a team.
- Capture the workflow as a skill.
- Capture decisions in the knowledge base.
Agree on:
- privacy mode
- preferred local runtime
- cloud escalation rules
- default coding adapter
- verification commands
- when to use heavy-lift models
- where shared knowledge lives
Publish those defaults as a team onboarding manifest:
coding-scaffold team init --target . --team platform-apiNew joiners should be able to run:
coding-scaffold team connect --target . --manifest <team-onboarding-repo>
coding-scaffold team connect --target . --manifest <team-onboarding-repo> --dry-run
coding-scaffold team doctor --target .That should expose the shared knowledge base, approved skills, approved agents, policy, config, and required add-ons before the first agentic coding session.
Review these changes like code:
- skills
- agent definitions
- model-routing defaults
- shared knowledge decisions
- workflow automation
The rollout is working when:
- developers inspect before editing
- generated changes are smaller
- tests are run more consistently
- review findings are caught earlier
- good prompts become skills
- decisions move from chat history into shared knowledge