Modular AI agents and commands for structured software development with OpenCode.
Agentic is a context engineering tool that assists OpenCode in producing reliable software improvements. Agentic is a workflow management system for AI-assisted software development using OpenCode. It provides:
.opencode directoriesThe system aims to:
npm install -g agentic-cli
# or
bun add -g agentic-cli
git clone https://github.com/Cluster444/agentic.git
cd agentic
bun run build
bun install
bun link # Makes 'agentic' command available globally
This will pull all agents/commands into your global ~/.config/opencode/ directory.
agentic pull -g
This will pull all agents/commands into a local .opencode directory.
cd ~/projects/my-app
agentic pull
Between each phase it is important to inspect the output from each phase and ensure that it is actually in alignment with what you want the project do be and the direction it is going. Errors in these files will cascade to the next phase and produce code that is not what you wanted.
In OpenCode, these commands are invoked with a slash: /ticket, /research, /plan, /execute, etc.
Most of these commands want the ticket in question that you want to review, exceptions are ticket itself, and commit/review. Ticket you give an actual prompt that describes what you're trying to do, and commit/review are meant to work in the context window that you ran execute in so that it has all of the details of how the process itself went.
This project is in active development. Contributions, ideas, and feedback are welcome!
MIT License - see LICENSE file for details
34 commits
1 commits
TypeScript
96.2%
Shell
3.8%
Modular AI agents and commands for structured software development with OpenCode.
Agentic is a context engineering tool that assists OpenCode in producing reliable software improvements. Agentic is a workflow management system for AI-assisted software development using OpenCode. It provides:
.opencode directoriesThe system aims to:
npm install -g agentic-cli
# or
bun add -g agentic-cli
git clone https://github.com/Cluster444/agentic.git
cd agentic
bun run build
bun install
bun link # Makes 'agentic' command available globally
This will pull all agents/commands into your global ~/.config/opencode/ directory.
agentic pull -g
This will pull all agents/commands into a local .opencode directory.
cd ~/projects/my-app
agentic pull
Between each phase it is important to inspect the output from each phase and ensure that it is actually in alignment with what you want the project do be and the direction it is going. Errors in these files will cascade to the next phase and produce code that is not what you wanted.
In OpenCode, these commands are invoked with a slash: /ticket, /research, /plan, /execute, etc.
Most of these commands want the ticket in question that you want to review, exceptions are ticket itself, and commit/review. Ticket you give an actual prompt that describes what you're trying to do, and commit/review are meant to work in the context window that you ran execute in so that it has all of the details of how the process itself went.
This project is in active development. Contributions, ideas, and feedback are welcome!
MIT License - see LICENSE file for details
34 commits
1 commits
TypeScript
96.2%
Shell
3.8%