@musashishao/agent-kit 1.6.2 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/workflows/autofix.md +4 -1
- package/.agent/workflows/brainstorm.md +1 -1
- package/.agent/workflows/context.md +3 -1
- package/.agent/workflows/create.md +1 -1
- package/.agent/workflows/dashboard.md +4 -1
- package/.agent/workflows/debug.md +1 -1
- package/.agent/workflows/deploy.md +1 -1
- package/.agent/workflows/enhance.md +1 -1
- package/.agent/workflows/next.md +4 -1
- package/.agent/workflows/orchestrate.md +1 -1
- package/.agent/workflows/plan.md +1 -1
- package/.agent/workflows/preview.md +1 -1
- package/.agent/workflows/quality.md +1 -1
- package/.agent/workflows/spec.md +1 -1
- package/.agent/workflows/status.md +1 -1
- package/.agent/workflows/test.md +1 -1
- package/.agent/workflows/ui-ux-pro-max.md +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Vòng lặp tự sửa lỗi autonomous cho các lệnh thất bại
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# /autofix - Autonomous Self-Healing Loop
|
|
6
6
|
|
|
7
|
+
$ARGUMENTS
|
|
8
|
+
|
|
9
|
+
|
|
7
10
|
## Purpose
|
|
8
11
|
Attempts to automatically fix a failing command (test, build, or script) by entering a "Run -> Analyze -> Fix -> Verify" loop. This workflow leverages the Agent's ability to read error logs and edit code autonomously.
|
|
9
12
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Brainstorming có cấu trúc cho dự án và tính năng. Khám phá nhiều phương án trước khi triển khai.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# /brainstorm - Structured Idea Exploration
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Tự động tạo context tối ưu cho các tác vụ phức tạp sử dụng chiến lược Context Engineering.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# Context Optimization Workflow
|
|
6
6
|
|
|
7
|
+
$ARGUMENTS
|
|
8
|
+
|
|
7
9
|
This workflow automates the "Context Engineering" process. It analyzes your request, maps the project structure, summarizes relevant files, and wraps everything in a high-performance XML prompt structure for the AI.
|
|
8
10
|
|
|
9
11
|
**Trigger:** `/context [your task description]`
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Tạo và xem dashboard trực quan của dự án
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# /dashboard - Visual Project Overview
|
|
6
6
|
|
|
7
|
+
$ARGUMENTS
|
|
8
|
+
|
|
9
|
+
|
|
7
10
|
## Purpose
|
|
8
11
|
Generates a rich, interactive HTML dashboard that visualizes the project's status, agents, active plans, and dependency graphs. Provides a high-level view for "Vibe Coders" and stakeholders.
|
|
9
12
|
|
package/.agent/workflows/next.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Đề xuất bước tiếp theo cho developer
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# /next - What Should I Do Next?
|
|
6
6
|
|
|
7
|
+
$ARGUMENTS
|
|
8
|
+
|
|
9
|
+
|
|
7
10
|
## Purpose
|
|
8
11
|
This command analyzes the current project state, active plans, and recent context to determine the most impactful immediate next step. Use this when you are stuck, returning to a project after a break, or unsure of the priority.
|
|
9
12
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Điều phối nhiều agents cho các tác vụ phức tạp. Dùng cho phân tích đa góc nhìn, review toàn diện, hoặc các tác vụ cần nhiều chuyên môn khác nhau.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# Multi-Agent Orchestration
|
package/.agent/workflows/plan.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Tối ưu hóa context và chất lượng output cho Codex CLI. Dùng cho các tác vụ phức tạp cần kết quả chất lượng cao.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# /quality - Quality Optimization Workflow
|
package/.agent/workflows/spec.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description:
|
|
2
|
+
description: Tạo tài liệu đặc tả (specification) trước khi lập kế hoạch. Dùng cho các tính năng phức tạp cần yêu cầu rõ ràng trước khi triển khai.
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
# /spec - Specification Writing Mode
|
package/.agent/workflows/test.md
CHANGED