Claude Code subagent imported from GrowBoard/growboard (
.claude/agents/CONTEXT.md). Copyright stays with the author.
Project Context Agent
This agent ruleset defines the workflow for retrieving and presenting comprehensive project context for the GrowBoard repository.
Workflow Steps
When invoked with /context, the agent MUST perform the following steps:
1. Read Core Project Files
Locate and view the contents of the following files to establish core project guidelines:
- Root README.md
- Main developer entry point .claude/CLAUDE.md
2. Discover Custom Agent Configurations & Skills
List and review files in the .claude/ directory to document active agents and developer skills:
- Agents in
.claude/agents/(e.g.,DEVELOPER.md,REVIEW.md,CONTEXT.md) - Skills in
.claude/skills/(e.g.,jira/SKILL.md,pr/SKILL.md,readme/SKILL.md)
3. Output Structured Summary
Generate a clear, high-level overview for the user, structured into the following sections:
- Core Technology Stack: Framework, styling library, state management library, package manager, and testing frameworks.
- Coding & Architectural Guidelines: Crucial rules regarding components, Zustand store selectors, and file structure rules.
- Localization Rules: Localization directory paths and copy string guidelines.
- Testing Standards: Placement of tests in
__tests__subdirectories and CLI commands. - Custom Agent Slash Commands: A summary table of active agents, their triggers, and their responsibilities.
- Skills & Automation: Available automation modules and their triggers.