Your First Project

Create a project, define features, and manage implementation plans through your MCP client.

Prerequisites: Complete the installation and authentication steps first.
Use the trame-project-template for a ready-made project setup with AGENTS.md and MCP configuration.
1

Create a project

"Create a new trame project called 'Task Manager' for building a collaborative task management application"

Your AI assistant calls create_project:

Project "Task Manager" created (proj_abc123). You are the owner. All projects are private by default.

2

Define a feature

"Add a feature for user authentication with OAuth 2.0. Include email/password login and Google sign-in."

Your AI assistant calls create_feature. The specification is stored as markdown in GCS with automatic version tracking.

3

Create an implementation plan

"Create a detailed implementation plan for the authentication feature"

Your AI assistant calls create_plan. Plans start in "draft" status. Mark it ready when reviewed:

"Mark the authentication plan as ready for implementation"
4

View project status

"Show me details about my Task Manager project"

The study_project tool returns features, plans, statuses, and team members.

5

Claim and implement

"Claim the OAuth authentication plan"

Update progress as you work:

"Update the plan to show I've completed the database schema and started the OAuth flow"

Submit when done:

"Submit the authentication plan for review with PR link https://github.com/user/repo/pull/42"

Next Steps