Inye Agentic Development Kit - Intent clarification skill for Claude Code
Project description
Inye-ADK
Inye Agentic Development Kit - Intent clarification skill for Claude Code.
What is this?
Inye-ADK provides the /intent skill for Claude Code that forces exhaustive questioning until user intent converges to a single unambiguous requirement.
The problem: AI typically picks the most probable interpretation and runs with it.
The solution: /intent makes AI ask questions until there's only ONE possible interpretation.
Installation
# Using pipx (recommended)
pipx install inye-adk
# Using uv
uv tool install inye-adk
# Using pip
pip install inye-adk
Usage
Initialize in your project
cd your-project
inye init
This installs the /intent skill to .claude/skills/intent/.
Use in Claude Code
/intent Add order cancellation feature
Claude will then ask high-level questions until your intent is 100% clear:
- "What's the main reason users need to cancel orders?"
- "Can all orders be cancelled, or only before shipping?"
- "What happens to payment when cancelled?"
- ...continues until clear...
Then presents a summary for your confirmation:
Based on our discussion:
**Purpose:**
Allow users to self-cancel orders before shipping...
**Scope:**
- Included: Full order cancellation, auto-refund
- Excluded: Partial cancellation
**Success Criteria:**
- User can cancel from order detail page
- Refund is automatically initiated
Is this correct?
MoAI Compatibility
Inye-ADK is compatible with MoAI-ADK. When .moai/project/ files exist:
product.md- Product definitionstructure.md- Project structuretech.md- Tech stack
The /intent skill reads these files to ask more contextual questions.
Commands
| Command | Description |
|---|---|
inye init |
Install /intent skill in current project |
inye status |
Check if /intent skill is installed |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file inye_adk-0.1.0.tar.gz.
File metadata
- Download URL: inye_adk-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19a5d984a2bc0a9ecaf96c15fe60879f0c647c8c0ba9f381b45de39c4f43e9ef
|
|
| MD5 |
184962eece5ce3df6c77c57a86b6ab88
|
|
| BLAKE2b-256 |
9360008628dc92f69a66fb019f8ad7107b5778f03cbbf55ef16cf0885b1b95c0
|
File details
Details for the file inye_adk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: inye_adk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f45050026026a935cad6491fbf92e5f8166e04c52bbf8908eab76500bcca3c2
|
|
| MD5 |
736fdbb8b7fcd77f70719e3361cf79e8
|
|
| BLAKE2b-256 |
b254a337a3648e08bf6f9f81e4a0f4ac07dcf9bb84e556294a4413aa00e766fc
|