A Markdown skill folder becomes an interactive agent workspace when its instructions, work requests, and session evidence are made readable in one shared interface. In Antonio Romero’s Growthub walkthrough, that interface includes the source documents, Kanban and table views, and work units that help an operator follow what an agent is doing. The practical goal is a common view of the work: what the skill says, what was requested, and what happened during the session.
For brands, agencies, and portfolio teams, this addresses a familiar coordination problem. A useful procedure can live in a repository while the current request lives in chat. Bringing both into a workspace makes it easier to refer to the procedure while supervising execution. The video demonstrates this approach with Echo, Growthub’s skill for repurposing source content into Shopify articles with visuals.
For the reusable methods that feed a workspace, see the guide to agent skills. For the content workflow demonstrated with Echo, explore turning videos into SEO, AEO, and GEO articles.
TL;DR
- Start with the skill’s actual source documents so people and agents can refer to the same method.
- Represent individual requests as work units, with a clear outcome and a way to inspect the result.
- Use Kanban and table views to follow the work without hiding the underlying Markdown.
- Keep the workspace beside the conversation and connect session activity to the request it serves.
- Review the evidence before treating a task as complete; a status label alone does not explain the result.
What changes when a skill folder becomes a workspace?
A skill folder explains how work should be performed. An operating workspace adds a place to follow a particular use of that method. That distinction matters when the same skill supports recurring work: the instructions may stay broadly consistent while the week’s inputs, requests, and results change.
At 0:34 in the walkthrough, Romero opens the source documents and explains the value of reading Markdown clearly in a browser. The operator can refer to that view while working in Claude or ChatGPT. The value is shared understanding: a supervisor can inspect the procedure instead of trying to reconstruct it from a conversation.
For a team adopting this approach, keep the distinction visible. The source view should answer “What is the method?” The work view should answer “What are we doing with it now?” A polished landing page becomes operationally useful when someone can move between those questions without losing the relevant context.
The three layers to keep connected
1. Readable source instructions
Make the skill and its supporting documents easy to find. In the video, GitHub manages skill folders across the enterprise, while the interface gives operators a readable way to consult them. For your own implementation, identify which source is being displayed and where corrections belong. A separate summary should never leave the reviewer unsure which instructions the agent is following.
2. Work units for the current request
The demonstration introduces Kanban and table views at 1:04. Romero explains that the work units themselves are also in a Markdown file and can be updated by the agent. The interface makes those units easier to manage while preserving a document representation of the work.
A useful operating recommendation is to give each unit a concrete outcome. “Prepare this week’s article draft” gives the operator something to inspect. A vague request such as “work on content” makes it harder to tell whether the agent has finished the intended job or merely produced activity.
3. Session evidence tied to the work
Later in the video, work units appear under the agent’s work as the session progresses. This lets the operator follow different requests within the session. To make that record useful in your own workflow, connect each unit to the artifact or evidence it produced. A reader should be able to distinguish a proposed action, work in progress, and a result ready for review.
A practical request-to-review loop
The following sequence translates the walkthrough into an operating routine. These are implementation recommendations based on the demonstrated pattern, rather than a claim that every workspace automatically supplies each safeguard.
- Read the relevant skill. Open the procedure before writing the request. Check its required inputs and expected outcome so the request fits the method.
- Define one bounded request. Name the source material, intended deliverable, and what needs human review. Keep missing inputs visible instead of expecting the agent to infer them.
- Follow the matching work unit. Use the board for progress and a table when you need to compare individual requests. Keep the unit linked to the instructions and inputs that explain it.
- Inspect what the session produced. Open the result and compare it with the request. If something is missing, return a specific correction to the same work context.
At 1:50, Romero describes keeping the browser workspace open next to the chat while specifying the week’s to-dos. That arrangement is simple, but it gives the operator a consistent place to compare intentions with execution. At 2:00, he describes the work units appearing as the agent works, helping keep requests understandable within the session.
Echo shows why the shared view matters
At 1:24, the walkthrough uses Echo as its concrete example. Romero describes using the skill every week for Shopify blogs, taking YouTube videos and turning them into articles with visuals. He then shows the readable skill view that can stay open during the work.
For an article request, the workspace can therefore help a reviewer keep the source video, the repurposing procedure, and the current deliverable conceptually connected. A practical work unit might ask for an unpublished article from a named video, with visuals and source links, then point to the resulting draft for review. This example describes how to structure the request; the short walkthrough does not itself demonstrate the full creation and verification of an article.
The same distinction is useful beyond content production. Choose a repeatable procedure whose inputs and outputs are clear, then make the current execution inspectable. The interface earns its place when it helps someone understand a request and evaluate its result, rather than merely displaying a collection of documents attractively.
Expert Q&A
Is this just a landing page for a skill?
The demonstrated workspace goes further than displaying the skill. It combines readable source documents with work units and views for following agent activity. A landing page explains the method; the work records help an operator follow a particular request through a session.
What belongs in a work unit?
The video presents work units as the to-dos and requests that people and agents follow together. For implementation, include enough context to identify the desired outcome and inspect the result. Source links, a concrete deliverable, and review notes make that handoff easier to understand.
Do Kanban and table views replace Markdown?
In the demonstrated approach, the work units remain in Markdown while Kanban and table views provide ways to manage them. The source documents also remain readable in the workspace. The video does not specify the synchronization mechanism, so implementation should verify how edits persist.
Can the same workspace support Claude and ChatGPT?
Romero describes using the shared workspace while working with either Claude or ChatGPT. The takeaway is a common source and work view across the interaction. This is not evidence that every model, account, or connector has identical capabilities or automatically shares state.
Make the next agent request easier to follow
Start with one recurring creative workflow and bring its instructions, requests, and evidence into a shared view. Explore Growthub to consider how this approach fits your team’s creative operations.