archi-feature-relations

Register, check, and clean featureRelations entries in map.json for aggregator tasks.

14|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/JiuNian3219/architext --skill archi-feature-relations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archi-feature-relations
Source: https://github.com/JiuNian3219/architext/tree/main/templates/zh/skills/archi-feature-relations
Command: npx skills add https://github.com/JiuNian3219/architext --skill archi-feature-relations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

featureRelations 联动处理器。在独立上下文中处理 map.json featureRelations 的注册/检查/清理操作,确保聚合型 Task 与其来源的联动关系正确维护。

Core Features & Use Cases

  • 注册:在聚合型 Task 出现时向 map.json featureRelations 增加记录并进行一致性校验。
  • 检查:将当前 Task 的实现与 featureRelations 的 sources 进行语义对比,输出联动提示。
  • 清理:对不再相关的条目进行移除或更新,并输出影响报告。

Quick Start

在独立工作流中对聚合型 Task 的 featureRelations 进行注册、检查或清理,以维持正确的联动关系。

Frequently Asked Questions about archi-feature-relations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage feature relations for aggregator tasks in map.json?

To manage feature relations for aggregator tasks, you update map.json featureRelations entries to register, verify, or clean up linkages. This process analyzes task specs, updates the registry, and outputs a structured consistency report for downstream agents.

What is featureRelations used for during the planning and cleanup phases?

FeatureRelations tracks the linkage between aggregation tasks and their source components during planning and cleanup. It ensures correct dependency mapping by registering new relations and removing obsolete entries from map.json.

How do I check if my task implementation matches the registered featureRelations sources?

You check implementation consistency by performing a semantic comparison between the current task implementation and the featureRelations sources defined in map.json. This generates a linkage report highlighting any discrepancies for review.

Does this registry cleanup process work for tasks that do not aggregate other tasks?

No, this registry cleanup process specifically applies to tasks that aggregate or reflect other tasks. It focuses on maintaining correct featureRelations linkage across components and is not designed for standalone task verification.

When should I clean up obsolete featureRelations entries from map.json?

You should clean up obsolete featureRelations entries from map.json during the cleanup phase when aggregator tasks are no longer relevant. The process removes or updates these entries and produces an impact report for downstream agents.