Skip to content

feat(skills): add agent-discussion terminal formatter skill#875

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/agent-discussion-formatter-833
Mar 22, 2026
Merged

feat(skills): add agent-discussion terminal formatter skill#875
JeremyDev87 merged 1 commit intomasterfrom
feat/agent-discussion-formatter-833

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add agent-discussion skill (packages/rules/.ai-rules/skills/agent-discussion/SKILL.md) for structured terminal rendering of multi-agent debate output
  • Define box drawing format with agent emoji identifiers, severity badges (CRITICAL/HIGH/MEDIUM/LOW/INFO), evidence blocks
  • Define consensus/disagreement indicator formats and summary block specification
  • Update skills README.md with new entry and directory listing
  • Skill is user-invocable: false — background knowledge auto-referenced during multi-agent discussions

Test plan

  • markdownlint-cli2 passes on SKILL.md (0 errors)
  • markdownlint-cli2 passes on updated README.md (0 errors)
  • Frontmatter follows v2.0 schema (name, description, user-invocable)
  • Skill directory structure matches convention (skills/<name>/SKILL.md)

Closes #833

- Add SKILL.md with structured box format for multi-agent debate output
- Define severity badges (CRITICAL/HIGH/MEDIUM/LOW/INFO)
- Define agent emoji identifiers and color hints
- Add consensus/disagreement indicator formats
- Add summary block specification
- Update skills README with new entry

Closes #833
@JeremyDev87 JeremyDev87 added feat sub-issue 상위 이슈의 하위 작업 priority:should Should Have - 중요하지만 필수는 아님 labels Mar 22, 2026
@vercel
Copy link

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 22, 2026 0:05am

@JeremyDev87 JeremyDev87 self-assigned this Mar 22, 2026
@JeremyDev87 JeremyDev87 merged commit 87fd5d0 into master Mar 22, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/agent-discussion-formatter-833 branch March 22, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat priority:should Should Have - 중요하지만 필수는 아님 sub-issue 상위 이슈의 하위 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: terminal markdown formatter for agent debates

1 participant