WEBVTT

00:00:00.000 --> 00:00:17.115
For years, people have wanted an AI system that actually helps organise and execute on their projects both personal and for their work. But most tools end up creating more management than they actually save. And that's why Claude Code is actually different. Because now you can build a system around the way you work. One that knows your projects,

00:00:17.355 --> 00:00:41.210
your voice, your workflows and how you like to organise your life. And if you're still using ClawCode or Cowork out the box watching this video will massively improve the results you're gonna get. So we're gonna build out your own complete personal operating system from scratch using the desktop app. And by the end, you'll have a tool that repeatedly produces great results in your brand voice using your visual identity and always remembering

00:00:41.210 --> 00:00:54.525
your previous projects. It's gonna be portable for each one of your clients and also allow you to set up separate rules for each department like finance and ops if you need to. Getting this structure right before you start building will drastically improve

00:00:54.525 --> 00:01:03.940
the quality of outputs you get day to day. So let's get started building it. And by the way, as we go through, we'll be providing complete starter templates to make the setup incredibly

00:01:04.500 --> 00:01:33.950
easy for you. So if you haven't already, you're gonna go and download the Claude desktop app either for Mac or Windows. And then when you open that, you'll be on the latest version. So we can either work inside the Cowork view or the code view. So for the sake of this video, let's assume you're working inside Cowork. But what we actually need to do is go to our desktop and create a new folder structure and start adding in those files. So I want you just to go to your desktop, create a new folder, we'll call it LifeOS or WorkOS whatever you want to call it and we're gonna go and open that folder. Inside that we're gonna start with two files.

00:01:34.270 --> 00:01:50.255
First we have our Claude. Md file which is loaded into every single conversation. You can think of this as the instruction manual that's going to tell Claude Cowork how to behave. And if you've not come across a markdown or a dot md file before it's just a way of formatting text that distinguishes

00:01:50.255 --> 00:01:53.855
hierarchy of information. So think about headings with one hashtag,

00:01:54.260 --> 00:01:55.940
subheadings with two hashtags,

00:01:56.100 --> 00:02:14.915
bullet points as dashes, etcetera, etcetera. So it's what most of your files will look like, and it means we can actually just go into them and edit them really easily. It looks very human readable, but it's also optimized for the underlying models too. Then we'll have a memory file called memory dot m d. And as it sounds, we're gonna get Claude to write to this when we're making important decisions.

00:02:15.075 --> 00:02:24.435
So we're gonna tell it to do that from inside our claude dot m d, which as we've already discussed is always loaded into the conversation. Because I wanted to keep this nice and easy for you, I've created a base template

00:02:24.860 --> 00:02:39.420
for you to download for everything we're gonna run through today, and the link's down below in the description. So inside the resources folder, you can see a few different things, but we've got the Claude dot m d and the memory dot m d files, which we're gonna start with. So jump into one of those documents,

00:02:40.015 --> 00:02:44.255
then we're gonna need to download those as markdown. So we're gonna hit file,

00:02:44.575 --> 00:03:33.270
download, and then we're gonna hit markdown down here. And then we're gonna do exactly the same in the memory dot m d file, which is gonna store information about our active projects, about you, about the contacts you work with, and the key decisions we're gonna make. So we're gonna drag them across into our life o s folder. Now ultimately, what we're trying to do is make some simple changes to Claude out the box so that Claude knows us better and can get to a 90% version of a result that we've asked for without too much back and forth between it. That is simply the goal that we're heading for. So most things we're gonna end up using Cloud Code for are producing written content, doing some analysis and planning, or producing visual content. Now if we jump back into Cowork, we're gonna need to make sure that we're connected to our Life OS folder. So you're gonna click choose a different folder and then find the relevant folder and make sure that you're connected into that. Then when you run a test conversation,

00:03:33.430 --> 00:03:55.440
you can see that on the right hand side, we now have all of the folders that are in our underlying folder structure on the right hand side. So we have Claude dot m d that's appeared here, and later, the memory dot m d will appear as well. So we're gonna need to click into that Claude dot m d. It's gonna load up the folder instructions, and we can see all of the information in the markdown text formatting

00:03:55.440 --> 00:04:10.835
that's inside of our Claud dot m d session. Now that's not very readable. So, actually, a good way to view this is to go to the code toggle, start a new session in code, and do exactly the same. Connect up to the relevant folder down here. Start a test conversation.

00:04:10.835 --> 00:04:14.115
And on the top right here, you can open the files folder.

00:04:15.075 --> 00:04:16.435
Click on the Claude dot m d.

00:04:17.980 --> 00:04:19.980
Close the files view.

00:04:20.460 --> 00:04:31.820
And then if we expand that, you'll be able to see that Claude dot m d inside the code view is actually properly formatted markdown. So it views everything as we would structuring a proper document in markdown

00:04:32.135 --> 00:04:59.910
with all the title headers in bold, etcetera. So the code view is a much easier way to see and read and edit these files. So we're gonna run back and forth between the code and the co work view throughout the course just to get the best of both worlds there. Let's go through some of the rules that we've given it as a baseline. So we're effectively telling Claude, this is how I want you to work with me. So we've got how we work together. I want you to be conversational and clear. So just tell me the facts. I want you to be short and succinct.

00:05:00.375 --> 00:06:01.655
I want you to operate and give me your single best recommendation. Don't give me 10 alternatives. Just tell me what is the one recommendation you'll give me. I want it to flag when it doesn't know something. And also, we'll move on to this. Use my voice. Read my voice profile. Read my brand context anytime you actually produce assets that I want you to produce. Ask questions upfront on complex tasks. Don't just assume. And then this is important for the architecture later. I wanted to know which folder and file it's operating within. So if we're operating within a client file, we are only pulling that client context and not other clients context into it as well. And with our memory. Md file what we're effectively doing is telling it in Claude. Md to always open that memory. Md file and you can think of this as your short term important memory store, this file. It should read it. It should let that shape the responses but never mention that. And when I tell you something like remember this then it should always go ahead and actually save it to the memory dot m d file straight away. And importantly, I add anything to the memory dot m d, I'd like it to update the last updated so that we can maintain

00:06:01.655 --> 00:06:20.830
recent information only. Now ultimately, what we're trying to do is make some simple changes to Claude out of the box so that Claude knows us better and can get to a 90% version without too much of that back and forth. That is it. That is why we've introduced this Claude dot m d file. Why we've got the memory. Md file for short term recent memories. So when you distill it,

00:06:21.230 --> 00:06:25.150
most things we're gonna end up using Clawd code for are producing

00:06:25.150 --> 00:06:26.190
written content,

00:06:26.510 --> 00:06:37.555
doing some analysis and planning, or probably producing some visual content like and the likelihood is that will either be for us and for our own clients if we have any. So we need to give it the right resources

00:06:37.875 --> 00:06:52.250
to personalize it to you, and we can break this down into three files. And I've actually built some skills for you. We'll come to skills later that help you spin up these files for you really simply. But first, let's talk about what they are. So we have the idea of brand context,

00:06:52.490 --> 00:06:58.505
and this is how Cowork is gonna know your business. So we're effectively giving it three files or resources.

00:06:58.745 --> 00:07:12.665
First is the voice profile. So this is how you sound. Would people know that that content you've produced is you if it didn't actually have your face on it? That is what we're trying to achieve here with the voice profile. Then we've got the positioning and ideal customer profile or

00:07:12.480 --> 00:08:10.960
and this should be specific and pointed. So it's what you stand for, who your content is aimed at, and what your content is not or what it's against. And then finally, when we're building anything visual, we want to craft a visual identity. So think of this as your palette, your fonts, and also rules for why each one is actually there or when that specific accent color should actually appear in your assets. So if we jump back to the Google Drive and I've included templates inside here. You can open any of these and see the rough templates that make up these brand content file. But a better way to do it is just actually run through it and do this inside of Cowork using the starter skills zip. And this has got the three starter skills that are gonna spin out your brand context so that things start to sound like you and look like you created them too. So inside of co work, we're gonna go to customize. We're gonna hit skills. We're gonna add a skill here. And what we're gonna do is create a skill, upload a skill. So we've gone through and added all of the zip files as individual skills, and you should now be able to see the starter dash design tokens, ICP positioning, and voice profile. This one might be renamed,

00:08:11.040 --> 00:08:46.210
uh, to visual identity by the time you're watching this. And you can click into any of them and start reading about the skills. We have this preview window, and we have the voice profile builder. So it's gonna help us build a voice profile so that Claude writes like you, not like a robot. So if you've never come across skills before, it's probably the single most powerful concept that you will use inside Claude Cowork or Claude code, and they're effectively process documents that help you repeatedly achieve a specific result given a certain process. So for example, many people are gonna spin up voice profiles after watching this video. So I've created a skill so that we can do that in a consistent way so that every single outcome

00:08:46.450 --> 00:08:47.890
is a file,

00:08:48.050 --> 00:08:58.305
a markdown file that's in the folder brand context, and it's called voice profile. And we're basically doing that by giving it different steps. So step one is we're gonna ask you for writing examples.

00:08:58.705 --> 00:09:09.800
Step two, we're gonna extract voice patterns, and it gives it some rules for extracting those. Three, it's gonna actually come back and actually confirm that this sounds like you. And then step four, it's gonna write the file. So these are just starter skills

00:09:09.880 --> 00:09:12.120
that effectively help us create consistent

00:09:12.440 --> 00:09:14.120
voiceprofile.md

00:09:14.200 --> 00:09:15.160
documents,

00:09:15.240 --> 00:09:28.605
and you can do this for any of your tasks. Anything that you're gonna do more than once or twice, you should spin up as a specific skill, and all they are are process documents for doing a specific thing with additional context that we can reference. I've got plenty of other resources

00:09:28.765 --> 00:09:38.460
on skill building if you want to watch them too. So we've got these starter design tokens, the ICP positioning, and the voice profile. So to use any one of those and to test usage,

00:09:38.620 --> 00:10:12.690
there are two ways you can do it. We'll go back to the conversation window, and you can either invoke it as a slash command. So type in slash starter, and you'll see any of these. So let's say for voice profile, write me a LinkedIn post, or you could actually just say, write me something in my voice, and the description of the skill itself would tell Claude to automatically invoke that. So it says, let's build your ICP and positioning. I'll ask seven questions one at a time. Positioning first. What do you believe about your industry that most people in your space wouldn't say out loud? So most content is AI slop. We're looking for AI generated content

00:10:13.010 --> 00:10:20.285
that has a human touch about it. And you can see it uses this ask user questions feature to basically take our answers

00:10:20.445 --> 00:10:33.965
and convert this into a document eventually, which will be our ICP positioning dot n d. And you can take your own thoughts. You can take thoughts from others in the industry. You can go into the chat mode and you can get examples of things you should choose from. But this is just a starter

00:10:34.340 --> 00:10:45.380
point to actually generating these documents which will help all answers sound more like you. So what are you against? The advice given is based on shallow demos. A lot of the YouTube content about AI content is

00:10:45.700 --> 00:11:00.560
pretty shallow. It's not production ready systems. I'm trying to hit the angle of actually using this in a production business, and I do this on the daily with thousands of business owners inside my Agenci Academy too. So this is what we're all about. In one sentence, what differentiates

00:11:00.560 --> 00:11:05.200
about how you think or what you do compared to everyone else? I'm gonna say same as before.

00:11:05.520 --> 00:11:12.080
This is just a demo. Now it's moving on to our ideal customer. I'll say someone who can save time through plug

00:11:12.225 --> 00:11:23.265
systems. And you can also pick the option to help you think it through. It will come back with a few angles which will help guide me on specifically how to more information. So what specific problem drives them to find you?

00:11:23.585 --> 00:11:26.305
Which one of these best captures what your customer is actually losing?

00:11:26.860 --> 00:11:44.935
And I would say probably tried AI, got slop and can't ship. Most people try AI, they treat it like Chatuchi BT and actually end up getting pretty poor outputs. But building a system like this helps massively improve the quality of your outputs. What have they already tried that didn't work? Help me think it through. They've tried raw ChatGPT,

00:11:45.575 --> 00:12:26.020
AI courses, shallow demos. And you can see as we go through on the right, it's kind of got like all of the steps that we're going through in the skill has been put in this progress bar. So we've gathered positioning answers. We're going then gonna gather ICP answers. It's gonna synthesize and write that into brand context and then review with me or you and adjust. So this is a really clean interface in Cowork because you can see against the plan what is the progress that we've made against that plan as well as all the files and the context that we've used down here. And ultimately, Cowork just a UI layer built on top of the code interface at the bottom. And at the end, it spit out an ICP document. And you can see inside our LifeOS folder, we've got the brand context folder that's been created in ICP

00:12:26.020 --> 00:12:39.395
.md. So head back to Claude, and we can actually open the markdown documents, anything with m d, in preview mode by just clicking them on here. And we've effectively generated our ideal customer profile here. So here's what we stand for. Here's what we stand against.

00:12:39.795 --> 00:12:42.115
Who our content is for, what they care about,

00:12:42.595 --> 00:13:11.365
what they don't respond to. And any of this, we've obviously done just to, like, a shallow run through of this, but you can input a bunch of examples that will make this sound much closer to your brand. So now we're on the stage reviewing with Simon. Feels accurate. Now let's run the voice profile. Now here's where it gets really powerful. We built into this skill the ability to actually just take writing samples from you. So you could paste them from LinkedIn, or if you've already got a voice profile, you can paste it in here. You can actually connect this and get Claude Cowork to connect up to your Gmail to assess the last, you know, 20

00:13:11.525 --> 00:13:22.330
emails that you sent. You can attach a link to, let's say, a blog post that you've written or a LinkedIn post, and it will go and effectively scrape the details of those posts. By providing those examples, it's gonna extract

00:13:22.650 --> 00:13:50.480
voice patterns across six dimensions. So you can see our progress has been updated here. So it says drop three to five real writing, LinkedIn posts, blog posts, emails, newsletters, whatever sounds most like you. And you might already have this tone of voice inside your chat projects. So I've got tone of voice examples. Gonna highlight all of that. Here's my tone of voice examples, and then I'm just gonna paste that directly. And it can now effectively start extracting voice patterns across the six dimensions that we've defined in the skill, confirm with sample sentences,

00:13:50.560 --> 00:13:52.880
and then it will write our voiceprofile.md

00:13:52.880 --> 00:14:26.690
document, which will then appear in the LifeOS folder. So you can see how you start building up a picture of this is who I'm targeting with the ICP and positioning. This is how I talk. This is my voice and my brand voice, and that sits in voice profile. And then your visual identity is gonna determine everything that you create, like slides, as well as the other brand context of the voice profile. And now it's gonna write that brand context slash voice profile. Now these are all starter templates. And inside our agentic operating system in our agentic academy, we have a full fifteen minute interview where it goes through and takes load samples of your voice profile

00:14:27.025 --> 00:14:29.505
to actually build something that is realistically,

00:14:29.585 --> 00:14:37.745
to a 95% version, exactly how you sound. And people have been really impressed with those results, but this will be a quick way to spin up an easy

00:14:38.225 --> 00:14:43.600
80 version of what you sound like in your post. And it gives some examples there of how you sound,

00:14:44.080 --> 00:14:44.960
examples,

00:14:44.960 --> 00:14:50.480
etcetera. It's kept pretty elementary at this point like we mentioned. So I say, yes. That's good. Now my visual identities

00:14:51.360 --> 00:15:07.885
design tokens, please. And now it's starting to pull the context from the design token skill. It says, do you have a website I can pull your brand colors and fonts from? If you don't, then it's gonna guide you through a few questions to grab this manually. But we do and we're gonna go school.com/scrapes.

00:15:08.445 --> 00:15:10.125
And hopefully, it can pull some colors

00:15:10.520 --> 00:15:36.385
from that website. Now if we expand open this folder and zoom in a little, we're really starting to build out a folder structure underneath here. So we've got the skills that we had and can add our own skills there. We've now got the brand context with the ICP and positioning and the voice profile inside here. As well as how Claude should actually work, and we'll continue to run through that in a moment, and the memory file too. But it actually couldn't grab that information from school, it's either gonna grab it from there or I can give it a different website

00:15:36.780 --> 00:16:01.665
to grab that information from. And it's locked in a palette for us from a previous website. We're just gonna let it pick the fonts for us. But obviously if you have fonts then insert those there. You want it to look as much like you as possible or as much like your brand as possible. And we'll come to how you can do this for individual clients too, but we're just going through step by step on how to do it for your brand first. But the point still stands that effectively when we use certain skills

00:16:01.905 --> 00:16:03.425
that we create for ourself,

00:16:04.080 --> 00:16:11.600
it will leverage and we will tell it to reference certain design things. So say we are creating a skill that creates our LinkedIn carousels,

00:16:11.680 --> 00:16:39.180
and we want that to be consistent with our brand, then it's gonna read off for all the copy that it creates per slide, It's also gonna leverage the design tokens or the visual identity to work out the colors and the accents. There's an easy way to get to a sixty, seventy, 80% version. We can open the document in here. You can see it's got our colors in a table here. It's got our fonts. It's got our logos and assets if you've added them and a visual style as well. It talks about shadows,

00:16:39.740 --> 00:17:16.635
hierarchy buttons. So it's a basic design system that all of the things we produce from this point onwards that were visual will leverage. So you're really starting to build a picture here of your identity for your brand or your client's brand. We've run through the brand context, and effectively, we've taught co work how to know your business, your voice, your audience, and your visual identity. We've added a few of your first skills and used those to actually generate files inside your underlying architecture. And that's all we're doing here. We're effectively creating files that are loaded at the right time into Claude when it's needed. And all the skills that we set up are gonna be accessible

00:17:16.635 --> 00:17:21.995
across all of your projects, which brings us nicely to how to set up multiple workstations.

00:17:21.995 --> 00:17:25.195
So if you do have a finance team or you work on finance

00:17:25.275 --> 00:17:41.460
or you work on ops, you might wanna separate the context from each of those so the outputs for those specific tasks are even better. But before we move on to that, if you found it valuable so far, then do me a favor and hit the subscribe and like buttons below this video because they massively help me. Anyway,

00:17:41.975 --> 00:17:45.575
back to it with the routing map that we've added to claude.md

00:17:45.575 --> 00:17:48.135
for your different workstations. So you can consider

00:17:48.375 --> 00:17:54.295
a workstation as like a permanent area of your business that has its own rules. So we'll have its own claude.md

00:17:54.295 --> 00:18:07.060
document, which are rules that apply everywhere. That's what we're running through now. We have our memory. Md which is memories that it can leverage. We then have a brand context folder which contained information for our brand. And then now we add a workstations folder

00:18:07.380 --> 00:18:09.940
and within that we would have the different workstations

00:18:09.940 --> 00:18:13.795
with their own Claude. Md, their own brand context,

00:18:14.035 --> 00:18:15.075
their own memory,

00:18:15.235 --> 00:18:20.115
and their own resources or reference files. So what we're just starting to do is nest workstations

00:18:20.115 --> 00:18:23.955
underneath the parent folder so that when you're doing your monthly finances,

00:18:23.955 --> 00:18:37.250
it's basically using a different set of knowledge that you want Claude to work on versus when you're writing your LinkedIn content, for example. That's why we'd separate finance ops and content. And we pass it those rules by giving it its own claude.md,

00:18:37.250 --> 00:18:40.005
its own memory dot m d with specific

00:18:40.325 --> 00:18:41.205
decisions

00:18:41.205 --> 00:18:43.285
to that specific workstation

00:18:43.525 --> 00:18:49.445
that don't apply to all of your workstations. And it's important to know that everything we've already said in our parent claude.md

00:18:49.445 --> 00:18:59.520
are global rules that get passed down. So we don't need to repeat information inside the workstation called the m d. It will always read the parent and not replace that information. So it's only specific

00:18:59.520 --> 00:19:01.760
rules that we want to add inside

00:19:01.920 --> 00:19:14.775
this subfolder. So the way that this works is that we've got a routing map and Cowork is gonna use this table to decide which work station to load. So every time we set up a new work station, it's gonna be added into here. So say we want one for marketing,

00:19:14.935 --> 00:19:20.295
it's gonna add a new work station for marketing in this table. And what we've done in the global clause.md

00:19:20.295 --> 00:19:44.425
is talk about how we actually set up those work stations. So because this claude.md is loaded into the conversation, all I need to do is go into a new session, ask it to set up a workstation for me, and it will set up all of these things. A Claude dot m d, memory dot m d, a workstation name resources folder. So let's go back to co work and we don't need to go back to the folder structure because this will be created for us by Claude

00:19:44.425 --> 00:20:23.260
following our Claude dot m d document. So let's say set up a workstation for content, read through Claude dot m d to understand exactly what it's trying to set up, and it will then create our new progress tracker based on what it needs to do and start hitting those tasks and going through those tasks. And one thing I didn't mention was every workstation underneath the parent folder will also have access to all of the skills that we added into the global folder. So this will be able to access the brand context skill, the voice profile skill. It will have access in this subfolder. So this workstation handles our long form writing and our posts. And what I want you to understand here is that we're actually just creating more folders.

00:20:23.580 --> 00:20:26.460
It's a folder structure or folder architecture

00:20:26.460 --> 00:20:33.340
that supports injecting the right com the right context at the right time. That's how we make Claude perform better.

00:20:33.500 --> 00:20:37.825
We're just injecting the right information at the right time by building a solid architecture

00:20:37.985 --> 00:20:44.785
with parent inheritance and no overlaps. And it's created our structure. So we can actually click this button here to view the claude.md

00:20:44.785 --> 00:20:47.345
that is created for the content workstation.

00:20:47.345 --> 00:21:00.290
But we can see now that workstations has been created a content folder with its own Claude dot m d, memory dot m d, and resources dot m d. And we didn't have to create any of this. We can open any of these. You can see that we've got the content workstations memory,

00:21:00.370 --> 00:21:03.650
it's just a template, but it's been updated today. Now workstations

00:21:03.965 --> 00:21:12.765
don't have their own brand context, so they inherit the brand context that we have in the parent folder above it. Finance doesn't need its own voice profile, for example,

00:21:13.005 --> 00:21:22.140
but your other clients do, and we'll come to that in a bit. But for now if you wanted to work specifically within that workstation we would change the folder from LifeOS,

00:21:22.140 --> 00:21:26.300
choose a different folder and we'd actually go and the workstations folder

00:21:26.540 --> 00:21:28.940
and click into the content

00:21:29.145 --> 00:21:33.305
and actually work inside that content folder. So instead of working inside LifeOS,

00:21:33.305 --> 00:21:36.105
we're now working inside the content and we can say tell me what the

00:21:37.305 --> 00:21:38.345
from

00:21:39.065 --> 00:21:45.230
that specific folder, which we can also open through here, and it will understand that it's in the content work station

00:21:45.230 --> 00:21:46.270
specifically.

00:21:46.510 --> 00:21:48.830
That's how we work within the context

00:21:49.150 --> 00:22:03.935
of this. But it also has rules inside the Claude dot n d to read up the chain to the parent rules too. So this is your work station, the folder where all writing produced under your name gets drafted, edited, saved. And it's got a general workflow inside this claude.md.

00:22:03.935 --> 00:22:06.975
So remember claude.md gives us our how to instructions.

00:22:07.135 --> 00:22:09.455
So it's gonna confirm format and platform,

00:22:09.535 --> 00:22:11.375
check our voice profile is correct,

00:22:11.695 --> 00:22:45.150
and draft those and add them to a projects folder, which we'll come back to. And this means now we've got specific rules that can be applied to only the content workstation that we don't need to waste the context of other workstations for. For example, putting no em dashes substituting for commas, use commas, full stops, or rewrite the sentence. Every single thing we do doesn't need to have that rule, but our content production system does need to have that rule. And that's why it's important to have these workstations broken out. So let's go into our code view. We've got our brand for our root folder, our life OS folder. We've got our global instructions on our global memory.

00:22:45.390 --> 00:22:47.150
And now we have our workstations

00:22:47.150 --> 00:22:52.830
with content and ops, and we can set up multiple of those. And that brings us to the projects folder because

00:22:53.145 --> 00:22:57.465
we'll be producing a lot of content through each individual workstation.

00:22:57.785 --> 00:23:12.200
So we want an area to effectively store all of our outputs. So I'm gonna say create a LinkedIn post about Claude desktop updates. So it's starting to create the draft post, but I've just figured out a limitation of Claude Cowork in this method actually where code

00:23:12.440 --> 00:23:17.560
does act as something superior. So Cowork seems to not inherit the information

00:23:18.195 --> 00:23:26.435
for like brand context from the folders above it. So I told it that despite in the ClaudetteMD, it's saying actually to access that information,

00:23:26.675 --> 00:23:43.950
which is entirely possible in the code view. I said make sure to use the voice profile from the root folder. So it actually said there's no brand context slash voice profile inside the content folder, which if you remember is our subfolder. And it actually can't access it. So we either have to make a local copy in the content folder inside the workstations

00:23:44.110 --> 00:23:53.125
of the voice profile, I e go into the folder, copy the brand context folder, go into the workstations, go into the content, and actually paste in that brand context.

00:23:53.125 --> 00:23:55.045
Rename it to brand context

00:23:55.045 --> 00:24:23.655
and do it this way and therefore it has access. But as soon as you make changes to your voice profile, for example, at the parent directory level, gonna have to also make those changes down here. However, if you're actually operating inside the code view instead, and I just tried this out, you can just say create a LinkedIn post about Claude desktop updates. Make sure to use the voice profile from the root folder. It's actually able to go up the parent tree and understand the voice profile from the root folder despite the fact we are in the content folder,

00:24:23.895 --> 00:24:27.175
workstation folder when we're doing this. So it's ended up spitting out

00:24:27.575 --> 00:24:42.960
this result, which is our LinkedIn post that it's run. And then we'll say, great. Add it to our projects folder. It will inherit Clawd context, but it won't always inherit specific brand context folders that you spin up. And then you can see if you refresh the files screen up here that we've now got the projects.

00:24:43.395 --> 00:24:48.195
So inside that specific workstation, we've got the outputs of that workstation.

00:24:48.275 --> 00:24:49.075
Projects,

00:24:49.235 --> 00:24:49.955
content,

00:24:50.195 --> 00:25:12.050
and then dated, and then we've got our post dot n d, which we can actually open up inside here too. So we can see the post there, copy it directly from here, take it to LinkedIn, whatever, or connect it up to the next stage, which is actually scheduling it via LinkedIn. Or the alternative structure is actually instead of having that inside individual workstations, can have a global project folder and have the all outputs

00:25:12.305 --> 00:25:18.545
put into that global project folder. But like we said, you're gonna need to use code instead of co work to do that easily.

00:25:18.945 --> 00:25:49.785
But that's quite easy to amend in your Clorida MD, whatever structure you want, whatever structure suits your outputs there. Now everything we've covered so far is specific to your brand. But what happens if you actually have multiple clients? Well, if we reopen the Claude. M d, so exactly the same as a workstation, we would ask it to create a client, specific workstations which are nested inside those, or specific memory dot m d or claw dot m d files that sit inside that client themselves. And it's basically going to add the brand context,

00:25:49.865 --> 00:25:50.505
the memory,

00:25:51.240 --> 00:25:52.280
workstations,

00:25:52.280 --> 00:26:05.400
and project folders. So we'll go back and say add a new client called Acme Corp, and what we'll see again then is that client added. And we could have done this in Cowork. It would have been exactly the same process, and we're just setting up the infrastructure to manage multiple clients,

00:26:06.215 --> 00:26:07.175
workstations,

00:26:07.335 --> 00:26:23.260
and different brand contacts and projects within those. And it's now gonna add the clients folder and all of these subfolders within that. So we've not had to do a single bit of work. All of this is defined in the instructions that we give it inside the claude.md inside our parent folder. And you can see it's now clients,

00:26:23.340 --> 00:26:24.380
Acme Corp,

00:26:24.540 --> 00:26:25.740
brand contacts,

00:26:25.980 --> 00:27:05.115
and then you've got the individual files within that brand contacts folder. It should also have a Claude dot m d file inside there, so I'll make sure to update the overall Claude dot m d to to do that by the time you download this. And don't forget, they inherit everything that comes above it unless we specifically override it. So things like brand context will not be inherited. They will be taken from the folder that we are working from within. We need to make sure if we wanna work for a project or a workstation inside Acme Corp, then we are working inside that specific folder in our co work. So ultimately, what you've built today is a series of folders and context that feed into it. But we've set up the architecture

00:27:05.195 --> 00:27:09.675
for something much larger, which is being able to operate within multiple workstations

00:27:09.835 --> 00:27:27.360
for your brand and your voice to get the visual styles of your brand and to also operate within individual clients where they each have their own brand context. And all of our outputs can be put into one place and be produced at a certain level of quality that we're happy with. Now this folder structure is just scratching the surface

00:27:27.975 --> 00:27:40.135
on the quality level that you can achieve by injecting the right context at the right time, but that is fundamentally what this is all about. Injecting the right context at the right time and spinning up the right context. That's why we use things like skills,

00:27:40.590 --> 00:28:03.845
which are effectively bundles of context to do specific tasks. The Claude dot m d, which are global instructions on how short how Claude should operate for you. And the memory dot m d, where it's gonna actually pull things every single time we have a conversation with it and always remember those rules. Now we've not even touched on optimizing all those different things or taking skills off the shelf to do tasks like build your LinkedIn carousels,

00:28:03.845 --> 00:28:11.060
build your slides, build your Instagram posts, generate images in a certain style, and all of those different things you can do through packaging.

00:28:11.220 --> 00:28:26.305
Skills is something that we cover much more deeply inside our agentic academy, which you can find down in the link in the description below. Now a couple of things I wanna show you before we finish this course that will help you take this more mobile, which is the ability to actually operate this whole system

00:28:26.465 --> 00:28:29.105
with the underlying injection of the right context

00:28:29.265 --> 00:28:44.430
on the go. And that's using what's called dispatch. So inside the co op window, you go to dispatch. So then when you hit dispatch, you're basically able to, as it sounds, dispatch tasks from your phone to your computer. So on your phone, you'll make sure you have the Claude app downloaded.

00:28:44.510 --> 00:28:45.790
You can go to dispatch

00:28:45.870 --> 00:29:11.260
in the menu here. And then once you're there, you can actually insert tasks that you want it to do, like create me a LinkedIn post about core code versus co work. And then when I hit enter on that, you can see that this now appears on my laptop as well. So as long as my laptop or computer is running in the background, we're able to effectively dispatch tasks here. Now the one limitation of this is that actually it won't have full access immediately

00:29:11.495 --> 00:29:29.160
to all of the different files that you want it to. But you can see this is very different to this the voice style that I used earlier because actually this is just using ClawCode out the box and you have to specify which folder and which context to use if you're gonna use this dispatch function. Now I just wanna finish off by talking about the thing that is gonna make this

00:29:29.560 --> 00:29:35.080
so incredibly useful for you. So if you zoom out, we've got our personal brand context folder,

00:29:35.240 --> 00:29:37.240
which tells Claude how we like our outputs.

00:29:37.705 --> 00:29:42.425
We have our skills, which tell Claude exactly how to generate our specific

00:29:42.585 --> 00:29:44.985
business or personal or work outputs.

00:29:45.065 --> 00:29:48.185
And we have our project folders, which contain all of our specific

00:29:48.425 --> 00:29:49.305
contextualized

00:29:49.305 --> 00:30:07.335
results that have been output from Claude. But the one thing that I would build out from here is building out those skills processes. That is what's gonna take your outputs to the next level because out of the box, Claude is effectively a generalist. It can do everything pretty well, but actually your specific work processes,

00:30:07.495 --> 00:30:29.840
the way you consolidate your finances every month, all of that is very specific to the way that you work, and therefore, I'd highly recommend investing in building out those skill documents. We have a video specifically on how to build skill as well, which I'll link at the end of this video. But I just wanted to finish off by saying we what you've built today is a small snippet of a Claude operating system or what you might see called an Agencik operating system.

00:30:30.080 --> 00:30:35.875
And this system will do wonders for you over a period of time. We've covered things like memory,

00:30:36.115 --> 00:30:37.395
project outputs,

00:30:37.635 --> 00:30:38.755
workstation,

00:30:38.835 --> 00:30:42.275
clients, and all of that injects the context at the right time.

00:30:42.675 --> 00:30:53.280
But there are limitations to what we've built today. So storing memory in this way with one memory dot n d folder is good for a short period of time, but it becomes very data heavy and hard to recall information.

00:30:53.280 --> 00:30:55.200
So if you have lots of projects,

00:30:55.280 --> 00:31:09.115
lots of clients, or need to recall decisions or information you made, then we need to go and actually improve things like the memory. We need to build out all of the different process documents for our common tasks into skills like social media content creation, creating carousels,

00:31:09.515 --> 00:31:50.639
taking video transcript and repurpose them into blog posts, taking our meeting notes and converting those into action points. So all of these things, we've actually personally built out into our own agentic operating system using this structure, the underlying structure that we talked about today. And if you prefer not to actually just build all of this by yourself and get some plug and play systems straight out the box built using best practice, then you can just grab that out the box, and we continue to update it every single week with best practice. Because our aim is ultimately to save you a ton of time. So if you're interested in that, check out the link in the description below. And if you wanna see how to build out good skills and build those skills in a modular way into skill systems, then check out the next video.
