Claude Code workflow for the ZeroSlash agency codebase. Includes workspace navigation, context retrieval, and knowledge management patterns for development tasks.
This skill provides the standard development workflow for working with the ZeroSlash agency codebase in Claude Code.
Guides Claude Code through the proper workflow when working on tasks in the zeroslashagency/zeroslash repository, ensuring context is retrieved before starting work and critical information is stored after completion.
Before starting ANY task in this codebase:
After gathering context:
After successfully completing tasks:
The Byterover MCP has been removed from this workspace. Do NOT attempt to use:
Instead of MCP tools, use the standard Claude Code development cycle:
1. **Explore** → Use Read, Glob, Grep, or Task (Explore agent) to gather context
2. **Plan** → Use TodoWrite for complex tasks, EnterPlanMode for significant changes
3. **Implement** → Use Edit, Write, Bash as needed
4. **Document** → Add comments, update docs, commit with clear messages
```
User: "Add a new API endpoint for user profiles"
Agent:
1. Uses Grep to find existing API endpoint patterns
2. Reads related route files to understand structure
3. Uses TodoWrite to plan: route creation, handler, validation, tests
4. Implements the endpoint following discovered patterns
5. Documents the new endpoint in API docs or code comments
```
```
User: "Fix the authentication error on login"
Agent:
1. Uses Grep to search for authentication-related code
2. Reads auth middleware and login handlers
3. Identifies the bug
4. Fixes the issue using Edit tool
5. Comments the fix with explanation of root cause
```
```
User: "Refactor the database connection logic"
Agent:
1. Uses Glob to find all database-related files
2. Uses Task (Explore) to understand current architecture
3. Uses EnterPlanMode to design refactoring approach
4. Implements changes incrementally
5. Updates architectural documentation
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/zeroslash-agency-development-workflow/raw