next-actions이란?
차단되지 않은 다음 스토리에 대해 KB 데이터베이스를 쿼리하고 명령을 추천합니다. DB에 스토리가 없으면 WORK-ORDER-BY-BATCH.md로 대체됩니다. 출처: michael-menard/monorepo.
차단되지 않은 다음 스토리에 대해 KB 데이터베이스를 쿼리하고 명령을 추천합니다. DB에 스토리가 없으면 WORK-ORDER-BY-BATCH.md로 대체됩니다.
명령줄에서 next-actions AI 스킬을 개발 환경에 빠르게 설치
출처: michael-menard/monorepo.
CRITICAL EXECUTION RULE: Do NOT spawn sub-agents (Task tool) for this skill. Call all MCP tools directly in the main conversation using the mcpknowledge-base prefix. Sub-agents do not have reliable access to the knowledge-base MCP server and will waste time exploring the filesystem instead of making tool calls.
Queries the KB database (single source of truth) for stories that need action, resolves dependencies at query time, and maps each story's state to the appropriate workflow command.
Inflight work always appears before new work. Stories being actively worked by an agent (active worktree in DB) are excluded entirely.
차단되지 않은 다음 스토리에 대해 KB 데이터베이스를 쿼리하고 명령을 추천합니다. DB에 스토리가 없으면 WORK-ORDER-BY-BATCH.md로 대체됩니다. 출처: michael-menard/monorepo.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/michael-menard/monorepo --skill next-actions차단되지 않은 다음 스토리에 대해 KB 데이터베이스를 쿼리하고 명령을 추천합니다. DB에 스토리가 없으면 WORK-ORDER-BY-BATCH.md로 대체됩니다. 출처: michael-menard/monorepo.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/michael-menard/monorepo --skill next-actions 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/michael-menard/monorepo