access-control-analysis

Analyze access control with zero-trust principles for microservice migration planning.

5|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill access-control-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: access-control-analysis
Source: https://github.com/wfukatsu/architecture-redesign-agent/tree/main/.claude/skills/access-control-analysis
Command: npx skills add https://github.com/wfukatsu/architecture-redesign-agent --skill access-control-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ゼロトラストモデルに基づくアクセス制御の現状分析を実施し、マイクロサービス移行時の認証・認可アーキテクチャ設計の基礎情報を提供します。

Core Features & Use Cases

  • アクセス制御マトリクスの作成: リソース×ロール×操作の完全なマッピングを生成
  • 認証フローと認可フローの可視化: 現行の流れを図式化してギャップを特定
  • ゼロトラスト移行計画の策定: マイクロサービス間の認証・認可境界とポリシー整合性を評価

Quick Start

対象プロジェクトのパスを指定して分析を開始してください。

Frequently Asked Questions about access-control-analysis

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

FAQPage Schema
How do I analyze access control for a microservice migration?

Analyze access control for a microservice migration by applying zero-trust principles to your codebase and system configurations to generate an access-control matrix, visualize authentication and authorization flows, and propose a migration plan.

What does a zero-trust access control matrix include?

A zero-trust access control matrix includes a complete mapping of resources, roles, and operations, providing the foundational data needed to design authentication and authorization architectures for microservice migrations.

How can I visualize authentication and authorization flows in my codebase?

Visualize authentication and authorization flows by analyzing your current system configurations and codebase to diagram existing flows, which helps identify security gaps and policy inconsistencies before migration.

Does this access control analysis require specific dependencies or external tools?

This access control analysis requires no external dependencies or tools, allowing you to directly specify your target project path and begin evaluating zero-trust principles immediately.

What is the best way to plan a zero-trust migration for microservices?

Plan a zero-trust migration by evaluating authentication and authorization boundaries between microservices, assessing policy consistency, and producing a migration roadmap based on the generated access-control matrix.

When do I need to evaluate policy consistency for access control?

You need to evaluate policy consistency when migrating to microservices to ensure that authentication mechanisms and authorization patterns align with zero-trust principles across the new distributed architecture.