Ragnarock
Getting Started

Introduction

Understand what Ragnarock does and who it is built for.

Ragnarock is an AI-assisted software delivery workspace. Teams capture requirements, produce structured specifications, plan work, connect GitHub and Linear, and collaborate with specialized AI agents — all inside a project-scoped environment.

What problems it solves

ProblemHow Ragnarock helps
Requirements live in scattered docsCentral documentation workspace with typed specs (BRD, PRD, SRS, …)
AI chats lose contextProject draft SRS, skills, and linked repositories ground agents
Planning drifts from specsPlanner agent and tasks tied to the same project
Delivery tools are disconnectedLinear and GitHub integrations per project

Personas

Each project member has a persona (ProjectPersona in the database). Personas influence which agents and workflows are emphasized:

PersonaTypical use
business_ownerScope, outcomes, change impact
project_managerPlanning, milestones, task breakdown
developerArchitecture, implementation, repo-aware answers
qa_engineerTest cases, coverage, quality criteria
stakeholderRead-only visibility and feedback

Personas are set per project membership, not globally. If AI tone feels wrong, check Members & roles.

Platform layout

Core modules

When you open a project, the sidebar includes:

ModuleRoutePurpose
Overview.../overviewSummary and quick links
Ragnarock.../ragnarockUnified multi-agent chat
Documentation.../documentationMarkdown specs by type
Test Cases.../qaQA workspace
Tasks.../tasksDelivery tracking
Members.../membersInvites and personas
Activity.../activityAudit-style event feed
Repositories.../repositoriesGitHub links
Linear.../linearIssue sync

Organization settings (integrations, directory) live outside the project under Organization in the global sidebar.

Registered AI agents

The backend seeds these agent definitions at startup:

KeyModeFocus
requirementsConversationalSRS clarification and refinement
developer_intelligenceConversationalStack and architecture Q&A
project_plannerOne-shotTask backlog from approved SRS
qa_intelligenceConversationalTest plans and cases
change_impactConversationalImpact of proposed changes (planned)

The FastAPI worker currently routes requirements, developer_intelligence, planner, and qa_intelligence jobs. See AI agents.

Next steps

On this page