Skip to content

One-Toolkit là gì?

One-Toolkit là công cụ CLI giúp tổ chức quy trình phát triển phần mềm với AI.

Tính năng chính

1. Quy trình 5 giai đoạn

  • Requirements - Thu thập và làm rõ yêu cầu
  • Design - Thiết kế kiến trúc và API
  • Planning - Phân chia tasks và timeline
  • Implementation - Hướng dẫn triển khai
  • Testing - Chiến lược kiểm thử

2. Hỗ trợ nhiều AI Tools

  • Cursor - VS Code fork với AI
  • Antigravity - IDE của Google
  • Claude Code - CLI của Anthropic

3. Slash Commands

Các lệnh tắt để tương tác với AI:

  • /new-requirement - Bắt đầu feature mới
  • /execute-plan - Thực thi từng task
  • /code-review - Review code
  • /writing-test - Viết tests
  • /debug - Debug vấn đề

Cấu trúc thư mục

Sau khi chạy one-toolkit init, dự án sẽ có:

project/
├── .one-toolkit.json       # Config file
├── .cursor/commands/       # Cursor slash commands
├── .agent/workflows/       # Antigravity workflows
├── AGENTS.md              # AI context rules
└── docs/agent/
    ├── requirements/       # Yêu cầu
    ├── design/            # Thiết kế
    ├── planning/          # Kế hoạch
    ├── implementation/    # Triển khai
    └── testing/           # Kiểm thử

Tiếp theo

Internal Use Only