Tag System
Two-level tag taxonomy — Precise classification, efficient retrieval
Tag Structure
Tags use a two-level structure: category.label
Type Tags (type)
| Tag | Description |
|---|---|
type.prompt | Skill prompt |
type.workflow | Workflow template |
type.roadmap | Learning roadmap |
type.recipe | Practical recipe |
Domain Tags (domain) — Corresponding to Open Domains
| Tag | Description | Domain |
|---|---|---|
domain.prochain | ProChain | ProChain |
domain.agent | AI Agent | AI Agent |
domain.content | Content Creation | Content Creation |
domain.freelancing | Freelancing | Freelancing |
domain.infra | Infrastructure | All domains |
Language Tags (lang)
| Tag | Description |
|---|---|
lang.python | Python |
lang.typescript | TypeScript |
lang.bash | Bash |
lang.yaml | YAML |
Tool Tags (tool)
| Tag | Description |
|---|---|
tool.k3s | k3s |
tool.kubevela | KubeVela |
tool.terraform | Terraform |
tool.fastapi | FastAPI |
tool.taro | Taro |
Role Tags (role)
| Tag | Description |
|---|---|
role.architect | Architect |
role.developer | Developer |
role.devops | DevOps |
role.pm | Product Manager |
Maturity Tags (maturity)
| Tag | Description | Requirement |
|---|---|---|
maturity.draft | Draft | Initially written, not validated |
maturity.verified | Verified | At least 1 real-world validation passed |
maturity.stable | Stable | 3+ validations, usage records |
Tag Combination Examples
DDD Entity Generation Prompt: type.prompt + domain.prochain + lang.python + role.developer + maturity.verified
k3s Troubleshooting Prompt: type.prompt + tool.k3s + role.devops + maturity.verified
Agent Building Recipe: type.recipe + domain.agent + lang.python + maturity.verified