Your First Tasks
With your first session running, the best next step is to try a few realistic tasks.
Explore the Codebase
Section titled “Explore the Codebase”Explore this codebase and explain the architecture.This is the fastest way to see agent delegation and project-aware exploration in action.
Review Security
Section titled “Review Security”Review the security of the authentication module.This exercises the security-focused review flow.
Write Tests
Section titled “Write Tests”Write tests for the user service.This shows how CodeForge follows your project’s testing conventions instead of inventing new ones.
Start a Feature with a Spec
Section titled “Start a Feature with a Spec”/spec my-featureFor non-trivial work, this is the recommended way to start.
Check the Environment from the Terminal
Section titled “Check the Environment from the Terminal”Outside a Claude session, these commands are useful early on:
cc-toolsccusageWhere to Go Next
Section titled “Where to Go Next”- Use CodeForge for day-to-day workflows
- Spec Workflow for the full specification lifecycle
- Git and PRs for review, commit, and PR flows
- Customize to change defaults after you are comfortable with the baseline